#include <block.hpp>
Inheritance diagram for TaoCrypt::AllocatorBase< T >:

Public Types | |
| typedef T | value_type |
| typedef size_t | size_type |
| typedef ptrdiff_t | difference_type |
| typedef T * | pointer |
| typedef const T * | const_pointer |
| typedef T & | reference |
| typedef const T & | const_reference |
Public Member Functions | |
| pointer | address (reference r) const |
| const_pointer | address (const_reference r) const |
| void | construct (pointer p, const T &val) |
| void | destroy (pointer p) |
| size_type | max_size () const |
Static Protected Member Functions | |
| static void | CheckSize (size_t n) |
Definition at line 46 of file block.hpp.
| typedef const T* TaoCrypt::AllocatorBase< T >::const_pointer |
| typedef const T& TaoCrypt::AllocatorBase< T >::const_reference |
| typedef ptrdiff_t TaoCrypt::AllocatorBase< T >::difference_type |
| typedef T* TaoCrypt::AllocatorBase< T >::pointer |
| typedef T& TaoCrypt::AllocatorBase< T >::reference |
| typedef size_t TaoCrypt::AllocatorBase< T >::size_type |
| typedef T TaoCrypt::AllocatorBase< T >::value_type |
| const_pointer TaoCrypt::AllocatorBase< T >::address | ( | const_reference | r | ) | const [inline] |
| pointer TaoCrypt::AllocatorBase< T >::address | ( | reference | r | ) | const [inline] |
| static void TaoCrypt::AllocatorBase< T >::CheckSize | ( | size_t | n | ) | [inline, static, protected] |
| void TaoCrypt::AllocatorBase< T >::construct | ( | pointer | p, | |
| const T & | val | |||
| ) | [inline] |
| void TaoCrypt::AllocatorBase< T >::destroy | ( | pointer | p | ) | [inline] |
| size_type TaoCrypt::AllocatorBase< T >::max_size | ( | ) | const [inline] |
1.4.7

