MyGUI
3.0.3
|
#include <MyGUI_Allocator.h>
Definition at line 33 of file MyGUI_Allocator.h.
typedef const value_type* MyGUI::Allocator< T >::const_pointer |
Definition at line 39 of file MyGUI_Allocator.h.
typedef const value_type* MyGUI::Allocator< T >::const_pointer |
Definition at line 47 of file MyGUI_CustomAllocator.h.
typedef const value_type& MyGUI::Allocator< T >::const_reference |
Definition at line 41 of file MyGUI_Allocator.h.
typedef const value_type& MyGUI::Allocator< T >::const_reference |
Definition at line 49 of file MyGUI_CustomAllocator.h.
typedef std::ptrdiff_t MyGUI::Allocator< T >::difference_type |
Definition at line 43 of file MyGUI_Allocator.h.
typedef std::ptrdiff_t MyGUI::Allocator< T >::difference_type |
Definition at line 51 of file MyGUI_CustomAllocator.h.
typedef value_type* MyGUI::Allocator< T >::pointer |
Definition at line 38 of file MyGUI_Allocator.h.
typedef value_type* MyGUI::Allocator< T >::pointer |
Definition at line 46 of file MyGUI_CustomAllocator.h.
typedef value_type& MyGUI::Allocator< T >::reference |
Definition at line 40 of file MyGUI_Allocator.h.
typedef value_type& MyGUI::Allocator< T >::reference |
Definition at line 48 of file MyGUI_CustomAllocator.h.
typedef std::size_t MyGUI::Allocator< T >::size_type |
Definition at line 42 of file MyGUI_Allocator.h.
typedef std::size_t MyGUI::Allocator< T >::size_type |
Definition at line 50 of file MyGUI_CustomAllocator.h.
typedef T MyGUI::Allocator< T >::value_type |
Definition at line 37 of file MyGUI_Allocator.h.
typedef T MyGUI::Allocator< T >::value_type |
Definition at line 45 of file MyGUI_CustomAllocator.h.
MyGUI::Allocator< T >::Allocator | ( | ) | [inline, explicit] |
Definition at line 54 of file MyGUI_Allocator.h.
MyGUI::Allocator< T >::~Allocator | ( | ) | [inline] |
Definition at line 55 of file MyGUI_Allocator.h.
MyGUI::Allocator< T >::Allocator | ( | Allocator< U > const & | ) | [inline, explicit] |
Definition at line 57 of file MyGUI_Allocator.h.
MyGUI::Allocator< T >::Allocator | ( | ) | [inline, explicit] |
Definition at line 62 of file MyGUI_CustomAllocator.h.
MyGUI::Allocator< T >::~Allocator | ( | ) | [inline] |
Definition at line 63 of file MyGUI_CustomAllocator.h.
MyGUI::Allocator< T >::Allocator | ( | Allocator< U > const & | ) | [inline, explicit] |
Definition at line 65 of file MyGUI_CustomAllocator.h.
pointer MyGUI::Allocator< T >::address | ( | reference | r | ) | [inline] |
Definition at line 60 of file MyGUI_Allocator.h.
const_pointer MyGUI::Allocator< T >::address | ( | const_reference | r | ) | [inline] |
Definition at line 61 of file MyGUI_Allocator.h.
pointer MyGUI::Allocator< T >::address | ( | reference | r | ) | [inline] |
Definition at line 68 of file MyGUI_CustomAllocator.h.
const_pointer MyGUI::Allocator< T >::address | ( | const_reference | r | ) | [inline] |
Definition at line 69 of file MyGUI_CustomAllocator.h.
pointer MyGUI::Allocator< T >::allocate | ( | size_type | cnt, |
typename std::allocator< void >::const_pointer | = 0 |
||
) | [inline] |
Definition at line 64 of file MyGUI_Allocator.h.
pointer MyGUI::Allocator< T >::allocate | ( | size_type | cnt, |
typename std::allocator< void >::const_pointer | = 0 |
||
) | [inline] |
Definition at line 72 of file MyGUI_CustomAllocator.h.
void MyGUI::Allocator< T >::construct | ( | pointer | p, |
const T & | t | ||
) | [inline] |
Definition at line 80 of file MyGUI_Allocator.h.
void MyGUI::Allocator< T >::construct | ( | pointer | p, |
const T & | t | ||
) | [inline] |
Definition at line 88 of file MyGUI_CustomAllocator.h.
void MyGUI::Allocator< T >::deallocate | ( | pointer | p, |
size_type | |||
) | [inline] |
Definition at line 68 of file MyGUI_Allocator.h.
void MyGUI::Allocator< T >::deallocate | ( | pointer | p, |
size_type | |||
) | [inline] |
Definition at line 76 of file MyGUI_CustomAllocator.h.
void MyGUI::Allocator< T >::destroy | ( | pointer | p | ) | [inline] |
Definition at line 81 of file MyGUI_Allocator.h.
void MyGUI::Allocator< T >::destroy | ( | pointer | p | ) | [inline] |
Definition at line 89 of file MyGUI_CustomAllocator.h.
size_type MyGUI::Allocator< T >::max_size | ( | ) | const [inline] |
Definition at line 74 of file MyGUI_Allocator.h.
size_type MyGUI::Allocator< T >::max_size | ( | ) | const [inline] |
Definition at line 82 of file MyGUI_CustomAllocator.h.
bool MyGUI::Allocator< T >::operator!= | ( | Allocator< T > const & | a | ) | [inline] |
Definition at line 84 of file MyGUI_Allocator.h.
bool MyGUI::Allocator< T >::operator!= | ( | Allocator< T > const & | a | ) | [inline] |
Definition at line 92 of file MyGUI_CustomAllocator.h.
bool MyGUI::Allocator< T >::operator== | ( | Allocator< T > const & | ) | [inline] |
Definition at line 83 of file MyGUI_Allocator.h.
bool MyGUI::Allocator< T >::operator== | ( | Allocator< T > const & | ) | [inline] |
Definition at line 91 of file MyGUI_CustomAllocator.h.