ReactOS 0.4.15-dev-7788-g1ad9096
_iostream_string.h File Reference
#include <stl/_alloc.h>
#include <stl/_string.h>
Include dependency graph for _iostream_string.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  __iostring_allocator< _CharT >
 
struct  __basic_iostring< _CharT >
 

Macros

#define _STLP_BASIC_IOSTRING(_CharT)   _STLP_PRIV __basic_iostring<_CharT>
 

Typedefs

typedef __basic_iostring< char__iostring
 
typedef __basic_iostring< wchar_t__iowstring
 

Functions

template<class _Tp >
_STLP_MOVE_TO_STD_NAMESPACE _STLP_PRIV __iostring_allocator< _Tp > &_STLP_CALL __stl_alloc_rebind (_STLP_PRIV __iostring_allocator< _Tp > &__a, const _Tp *)
 
template<class _Tp >
_STLP_PRIV __iostring_allocator< _Tp > _STLP_CALL __stl_alloc_create (const _STLP_PRIV __iostring_allocator< _Tp > &, const _Tp *)
 

Macro Definition Documentation

◆ _STLP_BASIC_IOSTRING

#define _STLP_BASIC_IOSTRING (   _CharT)    _STLP_PRIV __basic_iostring<_CharT>

Definition at line 123 of file _iostream_string.h.

Typedef Documentation

◆ __iostring

Definition at line 117 of file _iostream_string.h.

◆ __iowstring

Definition at line 120 of file _iostream_string.h.

Function Documentation

◆ __stl_alloc_create()

template<class _Tp >
_STLP_PRIV __iostring_allocator< _Tp > _STLP_CALL __stl_alloc_create ( const _STLP_PRIV __iostring_allocator< _Tp > &  ,
const _Tp *   
)
inline

Definition at line 89 of file _iostream_string.h.

#define _STLP_PRIV
Definition: _dm.h:70

◆ __stl_alloc_rebind()

template<class _Tp >
_STLP_MOVE_TO_STD_NAMESPACE _STLP_PRIV __iostring_allocator< _Tp > &_STLP_CALL __stl_alloc_rebind ( _STLP_PRIV __iostring_allocator< _Tp > &  __a,
const _Tp *   
)
inline

Definition at line 85 of file _iostream_string.h.

86{ return __a; }