42#if !defined (_STLP_STATIC_CONST_INIT_BUG) && !defined (_STLP_NO_STATIC_CONST_DEFINITION)
92template <
class PODType>
96 size_t new_N = (
max)(2 *
N,
size_t(
index + 1));
100 fill(new_array +
N, new_array + new_N, PODType());
114template <
class PODType>
136#if defined (_STLP_THREADS) && \
137 defined (_STLP_WIN32THREADS) && defined (_STLP_NEW_PLATFORM_SDK)
141 static int _S_index = 0;
149 static long dummy = 0;
166 static void*
dummy = 0;
222# ifndef _STLP_USE_EXCEPTIONS
240 if (
x._M_callbacks) {
307#if !defined(_STLP_NO_FORCE_INSTANTIATE)
309# if !defined (_STLP_NO_WCHAR_T)
_STLP_MOVE_TO_STD_NAMESPACE void fill(_ForwardIter __first, _ForwardIter __last, const _Tp &__val)
pair< _T1, _T2 > _STLP_CALL make_pair(_T1 __x, _T2 __y)
#define _STLP_ATOMIC_INCREMENT(__x)
#define _STLP_MUTEX_INITIALIZER
ACPI_SIZE strlen(const char *String)
char * strcpy(char *DstString, const char *SrcString)
INT copy(TCHAR source[MAX_PATH], TCHAR dest[MAX_PATH], INT append, DWORD lpdwFlags, BOOL bTouch)
virtual ~failure() _STLP_NOTHROW_INHERENTLY
void(* event_callback)(event, ios_base &, int __index)
long & iword(int __index)
void register_callback(event_callback __fn, int __index)
pair< event_callback, int > * _M_callbacks
void _M_setstate_nothrow(iostate __state)
void _M_check_exception_mask()
void _M_copy_state(const ios_base &__x)
locale imbue(const locale &)
void _M_invoke_callbacks(event)
iostate _M_exception_mask
void *& pword(int __index)
static int _STLP_CALL xalloc()
void _STLP_FUNCTION_THROWS _M_throw_failure()
#define _STLP_NOTHROW_INHERENTLY
#define _STLP_STATIC_MUTEX
#define __STATIC_CAST(__x, __y)
#define _STLP_CLASS_DECLSPEC
#define _STLP_BEGIN_NAMESPACE
#define _STLP_END_NAMESPACE
GLint GLint GLint GLint GLint x
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
_Check_return_opt_ _CRTIMP int __cdecl fputs(_In_z_ const char *_Str, _Inout_ FILE *_File)
static pair< PODType *, size_t > _Stl_expand_array(PODType *__array, size_t N, int index)
static PODType * _Stl_copy_array(const PODType *__array, size_t N)
char *_STLP_CALL __write_integer(char *buf, ios_base::fmtflags flags, long x)