|
typedef std::size_t | size_type |
|
typedef std::ptrdiff_t | difference_type |
|
typedef Ty * | pointer |
|
typedef const Ty * | const_pointer |
|
typedef Ty & | reference |
|
typedef const Ty & | const_reference |
|
typedef Ty | value_type |
|
|
pointer | address (reference val) const |
|
const_pointer | address (const_reference val) const |
|
template<class Other > |
| FSBAllocator2 (const FSBAllocator2< Other > &) throw () |
|
template<class Other > |
FSBAllocator2 & | operator= (const FSBAllocator2< Other > &) |
|
pointer | allocate (size_type count, const void *=0) |
|
void | deallocate (pointer ptr, size_type) |
|
void | construct (pointer ptr, const Ty &val) |
|
void | destroy (pointer ptr) |
|
size_type | max_size () const throw () |
|
void | cleanSweep (std::size_t unusedValue=std::size_t(-1)) |
|
template<typename Ty>
class FSBAllocator2< Ty >
Definition at line 496 of file FSBAllocator.hh.
The documentation for this class was generated from the following file: