ReactOS 0.4.15-dev-8636-g945e856
|
#include <stl/_alloc.h>
#include <stl/_string_fwd.h>
#include <stl/_function_base.h>
#include <stl/_algobase.h>
#include <stl/_iterator.h>
#include <stl/_uninitialized.h>
#include <stl/_string_base.h>
#include <stl/_string_npos.h>
#include <stl/_string_operators.h>
Go to the source code of this file.
Classes | |
struct | _String_reserve_t |
class | basic_string< _CharT, _Traits, _Alloc > |
Macros | |
#define | _STLP_PRIVATE private |
Functions | |
_STLP_END_NAMESPACE _STLP_BEGIN_NAMESPACE void _STLP_CALL | swap (string &__x, string &__y) |
template<class _CharT , class _Traits , class _Alloc > | |
_STLP_MOVE_TO_PRIV_NAMESPACE void _STLP_CALL | _S_string_copy (const basic_string< _CharT, _Traits, _Alloc > &__s, _CharT *__buf, size_t __n) |
const char *_STLP_CALL | __get_c_string (const string &__str) |
|
inline |
_STLP_MOVE_TO_PRIV_NAMESPACE void _STLP_CALL _S_string_copy | ( | const basic_string< _CharT, _Traits, _Alloc > & | __s, |
_CharT * | __buf, | ||
size_t | __n | ||
) |
|
inline |