|
MyGUI
3.2.1
|
#include <MyGUI_Allocator.h>
Data Structures | |
| struct | rebind |
Public Types | |
| typedef T | value_type |
| typedef value_type * | pointer |
| typedef const value_type * | const_pointer |
| typedef value_type & | reference |
| typedef const value_type & | const_reference |
| typedef std::size_t | size_type |
| typedef std::ptrdiff_t | difference_type |
| typedef T | value_type |
| typedef value_type * | pointer |
| typedef const value_type * | const_pointer |
| typedef value_type & | reference |
| typedef const value_type & | const_reference |
| typedef std::size_t | size_type |
| typedef std::ptrdiff_t | difference_type |
Public Member Functions | |
| Allocator () | |
| ~Allocator () | |
| template<typename U > | |
| Allocator (Allocator< U > const &) | |
| pointer | address (reference r) |
| const_pointer | address (const_reference r) |
| pointer | allocate (size_type cnt, typename std::allocator< void >::const_pointer=0) |
| void | deallocate (pointer p, size_type) |
| size_type | max_size () const |
| void | construct (pointer p, const T &t) |
| void | destroy (pointer p) |
| bool | operator== (Allocator const &) |
| bool | operator!= (Allocator const &a) |
| Allocator () | |
| ~Allocator () | |
| template<typename U > | |
| Allocator (Allocator< U > const &) | |
| pointer | address (reference r) |
| const_pointer | address (const_reference r) |
| pointer | allocate (size_type cnt, typename std::allocator< void >::const_pointer=0) |
| void | deallocate (pointer p, size_type) |
| size_type | max_size () const |
| void | construct (pointer p, const T &t) |
| void | destroy (pointer p) |
| bool | operator== (Allocator const &) |
| bool | operator!= (Allocator const &a) |
Definition at line 17 of file MyGUI_Allocator.h.
| typedef const value_type* MyGUI::Allocator< T >::const_pointer |
Definition at line 23 of file MyGUI_Allocator.h.
| typedef const value_type* MyGUI::Allocator< T >::const_pointer |
Definition at line 31 of file MyGUI_CustomAllocator.h.
| typedef const value_type& MyGUI::Allocator< T >::const_reference |
Definition at line 25 of file MyGUI_Allocator.h.
| typedef const value_type& MyGUI::Allocator< T >::const_reference |
Definition at line 33 of file MyGUI_CustomAllocator.h.
| typedef std::ptrdiff_t MyGUI::Allocator< T >::difference_type |
Definition at line 27 of file MyGUI_Allocator.h.
| typedef std::ptrdiff_t MyGUI::Allocator< T >::difference_type |
Definition at line 35 of file MyGUI_CustomAllocator.h.
| typedef value_type* MyGUI::Allocator< T >::pointer |
Definition at line 22 of file MyGUI_Allocator.h.
| typedef value_type* MyGUI::Allocator< T >::pointer |
Definition at line 30 of file MyGUI_CustomAllocator.h.
| typedef value_type& MyGUI::Allocator< T >::reference |
Definition at line 24 of file MyGUI_Allocator.h.
| typedef value_type& MyGUI::Allocator< T >::reference |
Definition at line 32 of file MyGUI_CustomAllocator.h.
| typedef std::size_t MyGUI::Allocator< T >::size_type |
Definition at line 26 of file MyGUI_Allocator.h.
| typedef std::size_t MyGUI::Allocator< T >::size_type |
Definition at line 34 of file MyGUI_CustomAllocator.h.
| typedef T MyGUI::Allocator< T >::value_type |
Definition at line 21 of file MyGUI_Allocator.h.
| typedef T MyGUI::Allocator< T >::value_type |
Definition at line 29 of file MyGUI_CustomAllocator.h.
|
inlineexplicit |
Definition at line 38 of file MyGUI_Allocator.h.
|
inline |
Definition at line 39 of file MyGUI_Allocator.h.
|
inlineexplicit |
Definition at line 41 of file MyGUI_Allocator.h.
|
inlineexplicit |
Definition at line 46 of file MyGUI_CustomAllocator.h.
|
inline |
Definition at line 47 of file MyGUI_CustomAllocator.h.
|
inlineexplicit |
Definition at line 49 of file MyGUI_CustomAllocator.h.
|
inline |
Definition at line 44 of file MyGUI_Allocator.h.
|
inline |
Definition at line 48 of file MyGUI_Allocator.h.
|
inline |
Definition at line 52 of file MyGUI_CustomAllocator.h.
|
inline |
Definition at line 56 of file MyGUI_CustomAllocator.h.
|
inline |
Definition at line 54 of file MyGUI_Allocator.h.
|
inline |
Definition at line 62 of file MyGUI_CustomAllocator.h.
|
inline |
Definition at line 70 of file MyGUI_Allocator.h.
|
inline |
Definition at line 78 of file MyGUI_CustomAllocator.h.
|
inline |
Definition at line 58 of file MyGUI_Allocator.h.
|
inline |
Definition at line 66 of file MyGUI_CustomAllocator.h.
|
inline |
Definition at line 74 of file MyGUI_Allocator.h.
|
inline |
Definition at line 82 of file MyGUI_CustomAllocator.h.
|
inline |
Definition at line 64 of file MyGUI_Allocator.h.
|
inline |
Definition at line 72 of file MyGUI_CustomAllocator.h.
|
inline |
Definition at line 83 of file MyGUI_Allocator.h.
|
inline |
Definition at line 91 of file MyGUI_CustomAllocator.h.
|
inline |
Definition at line 79 of file MyGUI_Allocator.h.
|
inline |
Definition at line 87 of file MyGUI_CustomAllocator.h.
1.8.3.1