ReactOS 0.4.15-dev-7918-g2a2556c
string.cpp File Reference
#include "stlport_prefix.h"
#include <string>
Include dependency graph for string.cpp:

Go to the source code of this file.

Variables

_STLP_BEGIN_NAMESPACE template class _STLP_CLASS_DECLSPEC allocator< char >
 
_STLP_MOVE_TO_PRIV_NAMESPACE template class _STLP_CLASS_DECLSPEC _STLP_alloc_proxy< char *, char, allocator< char > >
 
template class _STLP_CLASS_DECLSPEC _String_base< char, allocator< char > >
 
_STLP_MOVE_TO_STD_NAMESPACE template class _STLP_CLASS_DECLSPEC basic_string< char, char_traits< char >, allocator< char > >
 
template class _STLP_CLASS_DECLSPEC allocator< wchar_t >
 
_STLP_MOVE_TO_PRIV_NAMESPACE template class _STLP_CLASS_DECLSPEC _String_base< wchar_t, allocator< wchar_t > >
 
_STLP_MOVE_TO_STD_NAMESPACE template class _STLP_CLASS_DECLSPEC basic_string< wchar_t, char_traits< wchar_t >, allocator< wchar_t > >
 

Variable Documentation

◆ _STLP_alloc_proxy< char *, char, allocator< char > >

◆ _String_base< char, allocator< char > >

◆ _String_base< wchar_t, allocator< wchar_t > >

◆ allocator< char >

◆ allocator< wchar_t >

◆ basic_string< char, char_traits< char >, allocator< char > >

◆ basic_string< wchar_t, char_traits< wchar_t >, allocator< wchar_t > >