STLdoc
STLdocumentation
|
#include <algorithm>
#include <iosfwd>
#include <bits/stl_construct.h>
#include <bits/stl_uninitialized.h>
#include <bits/stl_function.h>
#include <bits/stl_numeric.h>
#include <bits/allocator.h>
#include <bits/gthr.h>
#include <tr1/functional>
#include <ext/memory>
#include <ext/ropeimpl.h>
Macros | |
#define | _ROPE 1 |
#define | __GC_CONST |
#define | __ROPE_DEFINE_ALLOCS(__a) |
#define | __STATIC_IF_SGI_ALLOC /* not static */ |
#define | __ROPE_DEFINE_ALLOC(_Tp, __name) |
#define | __STL_FREE_STRING(__s, __l, __a) _S_free_string(__s, __l, __a); |
#define | __ROPE_DEFINE_ALLOC(_Tp, __name) |
#define | __STL_ROPE_FROM_UNOWNED_CHAR_PTR(__s, __size, __a) _S_RopeLeaf_from_unowned_char_ptr(__s, __size, __a) |
Functions | |
namespace __gnu_cxx | _GLIBCXX_VISIBILITY (default) |
namespace std | _GLIBCXX_VISIBILITY (default) |
This file is a GNU extension to the Standard C++ Library (possibly containing extensions from the HP/SGI STL subset).
#define __GC_CONST |
#define __ROPE_DEFINE_ALLOC | ( | _Tp, | |
__name | |||
) |
#define __ROPE_DEFINE_ALLOC | ( | _Tp, | |
__name | |||
) |
#define __ROPE_DEFINE_ALLOCS | ( | __a | ) |
#define __STATIC_IF_SGI_ALLOC /* not static */ |
#define __STL_FREE_STRING | ( | __s, | |
__l, | |||
__a | |||
) | _S_free_string(__s, __l, __a); |
#define __STL_ROPE_FROM_UNOWNED_CHAR_PTR | ( | __s, | |
__size, | |||
__a | |||
) | _S_RopeLeaf_from_unowned_char_ptr(__s, __size, __a) |
#define _ROPE 1 |
namespace std _GLIBCXX_VISIBILITY | ( | default | ) |