__iostring_allocator< _CharT > Class Template Reference

#include <_iostream_string.h>

Inheritance diagram for __iostring_allocator< _CharT >:

allocator< _CharT > __stlport_class< allocator< _CharT > > List of all members.

Public Types

enum  { _STR_SIZE = 256 }
typedef _Base::size_type size_type
typedef _Base::pointer pointer

Public Member Functions

_CharT * allocate (size_type __n, const void *__ptr=0)
void deallocate (pointer __p, size_type __n)

Detailed Description

template<class _CharT>
class __iostring_allocator< _CharT >

Definition at line 41 of file _iostream_string.h.


Member Typedef Documentation

template<class _CharT>
typedef _Base::size_type __iostring_allocator< _CharT >::size_type

Reimplemented from allocator< _CharT >.

Definition at line 51 of file _iostream_string.h.

template<class _CharT>
typedef _Base::pointer __iostring_allocator< _CharT >::pointer

Reimplemented from allocator< _CharT >.

Definition at line 52 of file _iostream_string.h.


Member Enumeration Documentation

template<class _CharT>
anonymous enum

Enumerator:
_STR_SIZE 

Definition at line 43 of file _iostream_string.h.


Member Function Documentation

template<class _CharT>
_CharT* __iostring_allocator< _CharT >::allocate ( size_type  __n,
const void *  __ptr = 0 
) [inline]

Reimplemented from allocator< _CharT >.

Definition at line 63 of file _iostream_string.h.

References allocator< _CharT >::allocate().

template<class _CharT>
void __iostring_allocator< _CharT >::deallocate ( pointer  __p,
size_type  __n 
) [inline]

Definition at line 69 of file _iostream_string.h.

References allocator< _CharT >::deallocate().


The documentation for this class was generated from the following file:



Generated on Mon Mar 10 15:32:53 2008 by  doxygen 1.5.1