|
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 > |
| FSBAllocator (const FSBAllocator< Other > &) throw () |
|
template<class Other > |
FSBAllocator & | operator= (const FSBAllocator< 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 () |
|
template<typename Ty>
class FSBAllocator< Ty >
Definition at line 441 of file FSBAllocator.hh.
The documentation for this class was generated from the following file: