#include <Allocator.h>

Public メソッド | |
| virtual | ~Allocator () |
| virtual void * | New (size_t t) throw (std::bad_alloc) |
| virtual void | Delete (void *p) throw () |
| virtual void * | NewArray (size_t t) throw (std::bad_alloc) |
| virtual void | DeleteArray (void *p) throw () |
| virtual coil::Allocator::~Allocator | ( | ) | [inline, virtual] |
| virtual void* coil::Allocator::New | ( | size_t | t | ) | throw (std::bad_alloc) [virtual] |
| virtual void coil::Allocator::Delete | ( | void * | p | ) | throw () [virtual] |
| virtual void* coil::Allocator::NewArray | ( | size_t | t | ) | throw (std::bad_alloc) [virtual] |
| virtual void coil::Allocator::DeleteArray | ( | void * | p | ) | throw () [virtual] |
1.5.5