|
CppSecurity 1.1.2.0
C++ Security Library
|
Password allocator. More...
#include <password.h>
Classes | |
| struct | rebind |
Public Types | |
| typedef std::allocator< T >::value_type | value_type |
| typedef std::allocator< T >::size_type | size_type |
| typedef std::allocator< T >::difference_type | difference_type |
Public Member Functions | |
| PasswordAllocator () throw () | |
| PasswordAllocator (const PasswordAllocator &) throw () | |
| template<class U > | |
| PasswordAllocator (const PasswordAllocator< U > &) throw () | |
| void | deallocate (T *p, size_type n) |
Password allocator.
Definition at line 20 of file password.h.
| typedef std::allocator<T>::difference_type CppSecurity::PasswordAllocator< T >::difference_type |
Definition at line 25 of file password.h.
| typedef std::allocator<T>::size_type CppSecurity::PasswordAllocator< T >::size_type |
Definition at line 24 of file password.h.
| typedef std::allocator<T>::value_type CppSecurity::PasswordAllocator< T >::value_type |
Definition at line 23 of file password.h.
|
inline | |||||||||||||
Definition at line 29 of file password.h.
|
inline | ||||||||||||||
Definition at line 30 of file password.h.
|
inline | ||||||||||||||
Definition at line 31 of file password.h.
|
inline |
Definition at line 33 of file password.h.