|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <_iostream_string.h>


Public Types | |
| enum | { _STR_SIZE = 256 } |
| typedef _Base::size_type | size_type |
| typedef _Base::pointer | pointer |
Public Types inherited from allocator< _CharT > | |
| typedef _CharT | value_type |
| typedef _CharT * | pointer |
| typedef const _CharT * | const_pointer |
| typedef _CharT & | reference |
| typedef const _CharT & | const_reference |
| typedef size_t | size_type |
| typedef ptrdiff_t | difference_type |
Public Types inherited from __stlport_class< _Tp > | |
| typedef _Tp | _Type |
Public Member Functions | |
| _CharT * | allocate (size_type __n, const void *__ptr=0) |
| void | deallocate (pointer __p, size_type __n) |
Public Member Functions inherited from allocator< _CharT > | |
| allocator () _STLP_NOTHROW | |
| allocator (const allocator< _CharT > &) _STLP_NOTHROW | |
| allocator (__move_source< allocator< _CharT > > src) _STLP_NOTHROW | |
| ~allocator () _STLP_NOTHROW | |
| pointer | address (reference __x) const |
| const_pointer | address (const_reference __x) const |
| _CharT * | allocate (size_type __n, const void *=0) |
| void | deallocate (pointer __p, size_type __n) |
| void | deallocate (pointer __p) const |
| size_type | max_size () const _STLP_NOTHROW |
| void | construct (pointer __p, const_reference __val) |
| void | destroy (pointer __p) |
| _CharT * | _M_allocate (size_type __n, size_type &__allocated_n) |
Private Types | |
| enum | { _BUF_SIZE = _STR_SIZE + 1 } |
| typedef allocator< _CharT > | _Base |
Private Attributes | |
| _CharT | _M_static_buf [_BUF_SIZE] |
Definition at line 41 of file _iostream_string.h.
|
private |
Definition at line 47 of file _iostream_string.h.
| typedef _Base::pointer __iostring_allocator< _CharT >::pointer |
Definition at line 52 of file _iostream_string.h.
| typedef _Base::size_type __iostring_allocator< _CharT >::size_type |
Definition at line 51 of file _iostream_string.h.
|
inline |
Definition at line 63 of file _iostream_string.h.
|
inline |
Definition at line 69 of file _iostream_string.h.
|
private |
Definition at line 48 of file _iostream_string.h.
Referenced by __iostring_allocator< _CharT >::allocate(), and __iostring_allocator< _CharT >::deallocate().