os/ossrv/stdcpp/src/libstdcppwsd.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
/*
sl@0
     2
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     3
* All rights reserved.
sl@0
     4
* This component and the accompanying materials are made available
sl@0
     5
* under the terms of "Eclipse Public License v1.0"
sl@0
     6
* which accompanies this distribution, and is available
sl@0
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     8
*
sl@0
     9
* Initial Contributors:
sl@0
    10
* Nokia Corporation - initial contribution.
sl@0
    11
*
sl@0
    12
* Contributors:
sl@0
    13
*
sl@0
    14
* Description: 
sl@0
    15
*
sl@0
    16
*/
sl@0
    17
sl@0
    18
sl@0
    19
sl@0
    20
# ifndef LIBSTDCPPWSD_H
sl@0
    21
# define LIBSTDCPPWSD_H
sl@0
    22
sl@0
    23
# include "stlport_prefix.h"
sl@0
    24
sl@0
    25
#include "locale_impl.h"
sl@0
    26
#include <locale>
sl@0
    27
#include <typeinfo>
sl@0
    28
#include "c_locale.h"
sl@0
    29
#include "aligned_buffer.h"
sl@0
    30
sl@0
    31
#include <stl/_codecvt.h>
sl@0
    32
#include <stl/_collate.h>
sl@0
    33
#include <stl/_ctype.h>
sl@0
    34
#include <stl/_monetary.h>
sl@0
    35
#include "message_facets.h"
sl@0
    36
sl@0
    37
#include <clocale>             // C locale header file.
sl@0
    38
#include <vector>
sl@0
    39
#include <string>
sl@0
    40
#include <stl/_locale.h>
sl@0
    41
#include "c_locale.h"
sl@0
    42
#include <hash_map>
sl@0
    43
sl@0
    44
#include <stl/_alloc.h>
sl@0
    45
#include <stl/_fstream.h>
sl@0
    46
sl@0
    47
#include "complex_impl.h"
sl@0
    48
sl@0
    49
#include <cfloat>
sl@0
    50
#include <cmath>
sl@0
    51
# include "message_facets.h"
sl@0
    52
sl@0
    53
#include <assert.h>
sl@0
    54
#include <stl/_new.h>
sl@0
    55
#include <stl/_map.h>
sl@0
    56
sl@0
    57
#ifdef __WINSCW__
sl@0
    58
extern void* GetGlobalTlsData();
sl@0
    59
#endif
sl@0
    60
#if defined(__LIBSTD_CPP_SYMBIAN32_WSD__) || defined(_STLP_LIBSTD_CPP_NO_STATIC_VAR_)
sl@0
    61
void* SetBackendHeap();
sl@0
    62
void ReSetUserHeap(void* oldHeap);
sl@0
    63
#endif
sl@0
    64
sl@0
    65
sl@0
    66
_STLP_BEGIN_NAMESPACE
sl@0
    67
sl@0
    68
#define MAX_LOCALE_CLASSIC_FACETS 128
sl@0
    69
sl@0
    70
//These are copied from locale_catalog.cpp
sl@0
    71
//Changing names to aviod compilation errors
sl@0
    72
struct __eqstr {
sl@0
    73
  bool operator()(const char* s1, const char* s2) const
sl@0
    74
    { return strcmp(s1, s2) == 0; }
sl@0
    75
};
sl@0
    76
sl@0
    77
class _Libcpp_wsd
sl@0
    78
{
sl@0
    79
public:
sl@0
    80
sl@0
    81
	//local_impl.cpp
sl@0
    82
	_Messages Locale_impl_Null_messages;
sl@0
    83
sl@0
    84
	locale::facet* Locale_impl_S_classic_facets[MAX_LOCALE_CLASSIC_FACETS];
sl@0
    85
sl@0
    86
	locale::id collate_char_id;
sl@0
    87
sl@0
    88
	locale::id ctype_char_id;
sl@0
    89
sl@0
    90
# ifndef _STLP_NO_MBSTATE_T
sl@0
    91
	locale::id codecvt_char_char_mbstate_id;
sl@0
    92
# ifndef _STLP_NO_WCHAR_T
sl@0
    93
	locale::id codecvt_wchar_char_mbstate_id;
sl@0
    94
# endif
sl@0
    95
# endif
sl@0
    96
sl@0
    97
	locale::id moneypunct_char_true_id;
sl@0
    98
sl@0
    99
	locale::id moneypunct_char_false_id;
sl@0
   100
sl@0
   101
	locale::id messages_char_id;
sl@0
   102
sl@0
   103
	locale::id numpunct_char_id;
sl@0
   104
sl@0
   105
# ifndef _STLP_NO_WCHAR_T
sl@0
   106
	locale::id collate_wchar_id;
sl@0
   107
sl@0
   108
	locale::id ctype_wchar_id;
sl@0
   109
sl@0
   110
	locale::id moneypunct_wchar_true_id;
sl@0
   111
sl@0
   112
	locale::id moneypunct_wchar_false_id;
sl@0
   113
sl@0
   114
	locale::id numpunct_wchar_id;
sl@0
   115
sl@0
   116
	locale::id messages_wchar_id;
sl@0
   117
sl@0
   118
	locale::id num_get_wchar_istreambuf_iterator_id;
sl@0
   119
sl@0
   120
	locale::id num_get_wchar_wchar_const_id;
sl@0
   121
sl@0
   122
	locale::id num_put_wchar_ostreambuf_iterator_id;
sl@0
   123
sl@0
   124
	locale::id num_put_wchar_wchar_id;
sl@0
   125
sl@0
   126
	locale::id time_get_wchar_istreambuf_iterator_id;
sl@0
   127
sl@0
   128
	locale::id time_get_wchar_wchar_const_id;
sl@0
   129
sl@0
   130
	locale::id time_put_wchar_ostreambuf_iterator_id;
sl@0
   131
sl@0
   132
	locale::id time_put_wchar_wchar_id;
sl@0
   133
sl@0
   134
	locale::id money_get_wchar_istreambuf_iterator_id;
sl@0
   135
sl@0
   136
	locale::id money_get_wchar_wchar_const_id;
sl@0
   137
sl@0
   138
	locale::id money_put_wchar_ostreambuf_iterator_id;
sl@0
   139
sl@0
   140
	locale::id money_put_wchar_wchar_id;
sl@0
   141
#endif
sl@0
   142
sl@0
   143
	locale::id time_get_char_istreambuf_iterator_id;
sl@0
   144
sl@0
   145
	locale::id time_get_char_char_const_id;
sl@0
   146
sl@0
   147
	locale::id time_put_char_ostreambuf_iterator_id;
sl@0
   148
sl@0
   149
	locale::id time_put_char_char_id;
sl@0
   150
sl@0
   151
	locale::id num_get_char_istreambuf_iterator_id;
sl@0
   152
sl@0
   153
	locale::id num_get_char_char_const_id;
sl@0
   154
sl@0
   155
	locale::id num_put_char_ostreambuf_iterator_id;
sl@0
   156
sl@0
   157
	locale::id num_put_char_char_id;
sl@0
   158
sl@0
   159
	locale::id num_put_char_back_insert_iterator_id;
sl@0
   160
sl@0
   161
	locale::id money_get_char_istreambuf_iterator_id;
sl@0
   162
sl@0
   163
	locale::id money_get_char_char_const_id;
sl@0
   164
sl@0
   165
	locale::id money_put_char_ostreambuf_iterator_id;
sl@0
   166
sl@0
   167
	locale::id money_put_char_char_id;
sl@0
   168
sl@0
   169
	_Stl_aligned_buffer<_Locale_impl> Locale_impl_S_classic_locale;
sl@0
   170
sl@0
   171
	_Stl_aligned_buffer<collate<char> > Locale_impl_S_collate_char;
sl@0
   172
sl@0
   173
	_Stl_aligned_buffer<ctype<char> > Locale_impl_S_ctype_char;
sl@0
   174
sl@0
   175
# ifndef _STLP_NO_MBSTATE_T
sl@0
   176
	_Stl_aligned_buffer<codecvt<char, char, mbstate_t> > Locale_impl_S_codecvt_char;
sl@0
   177
# endif
sl@0
   178
sl@0
   179
	_Stl_aligned_buffer<moneypunct<char, true> > Locale_impl_S_moneypunct_true_char;
sl@0
   180
	_Stl_aligned_buffer<moneypunct<char, false> > Locale_impl_S_moneypunct_false_char;
sl@0
   181
	_Stl_aligned_buffer<numpunct<char> > Locale_impl_S_numpunct_char;
sl@0
   182
	_Stl_aligned_buffer<messages<char> > Locale_impl_S_messages_char;
sl@0
   183
sl@0
   184
	_Stl_aligned_buffer<money_get<char, istreambuf_iterator<char, char_traits<char> > > > Locale_impl_S_money_get_char;
sl@0
   185
	_Stl_aligned_buffer<money_put<char, ostreambuf_iterator<char, char_traits<char> > > > Locale_impl_S_money_put_char;
sl@0
   186
	_Stl_aligned_buffer<num_get<char, istreambuf_iterator<char, char_traits<char> > > > Locale_impl_S_num_get_char;
sl@0
   187
	_Stl_aligned_buffer<num_put<char, ostreambuf_iterator<char, char_traits<char> > > > Locale_impl_S_num_put_char;
sl@0
   188
	_Stl_aligned_buffer<time_get<char, istreambuf_iterator<char, char_traits<char> > > > Locale_impl_S_time_get_char;
sl@0
   189
	_Stl_aligned_buffer<time_put<char, ostreambuf_iterator<char, char_traits<char> > > > Locale_impl_S_time_put_char;
sl@0
   190
sl@0
   191
	_Stl_aligned_buffer<money_get<char, const char*> > Locale_impl_S_money_get_char_const_char;
sl@0
   192
	_Stl_aligned_buffer<money_put<char, char*> > Locale_impl_S_money_put_char_char;
sl@0
   193
	_Stl_aligned_buffer<num_get<char, const char*> > Locale_impl_S_num_get_char_const_char;
sl@0
   194
	_Stl_aligned_buffer<num_put<char, char*> > Locale_impl_S_num_put_char_char;
sl@0
   195
	_Stl_aligned_buffer<num_put<char, back_insert_iterator<string> > > Locale_impl_S_num_put_char_back_insert_iterator;
sl@0
   196
	_Stl_aligned_buffer<time_get<char, const char*> > Locale_impl_S_time_get_char_const_char;
sl@0
   197
	_Stl_aligned_buffer<time_put<char, char*> > Locale_impl_S_time_put_char_char;
sl@0
   198
sl@0
   199
# ifndef _STLP_NO_WCHAR_T
sl@0
   200
	_Stl_aligned_buffer<collate<wchar_t> > Locale_impl_S_collate_wchar;
sl@0
   201
	_Stl_aligned_buffer<ctype<wchar_t> > Locale_impl_S_ctype_wchar;
sl@0
   202
# ifndef _STLP_NO_MBSTATE_T
sl@0
   203
	_Stl_aligned_buffer<codecvt<wchar_t, char, mbstate_t> > Locale_impl_S_codecvt_wchar;
sl@0
   204
# endif
sl@0
   205
sl@0
   206
	_Stl_aligned_buffer<moneypunct<wchar_t, true> > Locale_impl_S_moneypunct_true_wchar;
sl@0
   207
	_Stl_aligned_buffer<moneypunct<wchar_t, false> > Locale_impl_S_moneypunct_false_wchar;
sl@0
   208
	_Stl_aligned_buffer<numpunct<wchar_t> > Locale_impl_S_numpunct_wchar;
sl@0
   209
	_Stl_aligned_buffer<messages<wchar_t> > Locale_impl_S_messages_wchar;
sl@0
   210
sl@0
   211
	_Stl_aligned_buffer<money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > > Locale_impl_S_money_get_wchar;
sl@0
   212
	_Stl_aligned_buffer<money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > > Locale_impl_S_money_put_wchar;
sl@0
   213
	_Stl_aligned_buffer<num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > > Locale_impl_S_num_get_wchar;
sl@0
   214
	_Stl_aligned_buffer<num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > > Locale_impl_S_num_put_wchar;
sl@0
   215
	_Stl_aligned_buffer<time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > > Locale_impl_S_time_get_wchar;
sl@0
   216
	_Stl_aligned_buffer<time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > > Locale_impl_S_time_put_wchar;
sl@0
   217
sl@0
   218
sl@0
   219
	_Stl_aligned_buffer<money_get<wchar_t, const wchar_t*> > Locale_impl_S_money_get_wchar_const_wchar;
sl@0
   220
	_Stl_aligned_buffer<money_put<wchar_t, wchar_t*> > Locale_impl_S_money_put_wchar_wchar;
sl@0
   221
	_Stl_aligned_buffer<num_get<wchar_t, const wchar_t*> > Locale_impl_S_num_get_wchar_const_wchar;
sl@0
   222
	_Stl_aligned_buffer<num_put<wchar_t, wchar_t*> > Locale_impl_S_num_put_wchar_wchar;
sl@0
   223
	_Stl_aligned_buffer<time_get<wchar_t, const wchar_t*> > Locale_impl_S_time_get_wchar_const_wchar;
sl@0
   224
	_Stl_aligned_buffer<time_put<wchar_t, wchar_t*> > Locale_impl_S_time_put_wchar_wchar;
sl@0
   225
#endif
sl@0
   226
sl@0
   227
	_Stl_aligned_buffer<locale> Locale_impl_S_b_classic;
sl@0
   228
sl@0
   229
	string locale_impl_nameless;
sl@0
   230
sl@0
   231
	//_locale.h
sl@0
   232
	size_t locale_id_S_max;
sl@0
   233
sl@0
   234
	//locale_impl.h
sl@0
   235
	_Locale_impl*   Locale_impl_S_global_impl;
sl@0
   236
	_STLP_STATIC_MUTEX Locale_impl_S_global_locale_lock;
sl@0
   237
sl@0
   238
	//_fstream.h
sl@0
   239
	size_t fstream_Filebuf_base_M_page_size;
sl@0
   240
sl@0
   241
	//ios.cpp
sl@0
   242
	_STLP_STATIC_MUTEX ios_xalloc_L;
sl@0
   243
	long ios_iword_dummy;
sl@0
   244
	void* ios_pword_dummy;
sl@0
   245
sl@0
   246
	//complex_exp.cpp
sl@0
   247
	float complex_exp_float_ln10_inv;
sl@0
   248
	double complex_exp_double_ln10_inv;
sl@0
   249
	long double complex_exp_long_double_ln10_inv;
sl@0
   250
sl@0
   251
	//num_get.cpp
sl@0
   252
	char num_get_narrow_digits[11];
sl@0
   253
	char num_get_narrow_xdigits[13];
sl@0
   254
sl@0
   255
	//locale.cpp
sl@0
   256
	_STLP_STATIC_MUTEX locale_Index_lock;
sl@0
   257
sl@0
   258
	//_ios_base.h
sl@0
   259
	bool ios_base_S_was_synced;
sl@0
   260
	int ios_base_S_index;
sl@0
   261
	long ios_base_Init_S_count; //ios_base::Init class
sl@0
   262
	long ios_base_Loc_init_S_count; //ios_base::_Loc_init class
sl@0
   263
	ios_base::_Loc_init *_LocInit;
sl@0
   264
	ios_base::Init *_IosInit;
sl@0
   265
sl@0
   266
sl@0
   267
	//locale_catalog.cpp
sl@0
   268
	hash_map<const char*, pair<void*, size_t>, hash<const char*>, __eqstr>* locale_catalog_ctype_hash;
sl@0
   269
	hash_map<const char*, pair<void*, size_t>, hash<const char*>, __eqstr>* locale_catalog_numeric_hash;
sl@0
   270
	hash_map<const char*, pair<void*, size_t>, hash<const char*>, __eqstr>* locale_catalog_time_hash;
sl@0
   271
	hash_map<const char*, pair<void*, size_t>, hash<const char*>, __eqstr>* locale_catalog_collate_hash;
sl@0
   272
	hash_map<const char*, pair<void*, size_t>, hash<const char*>, __eqstr>* locale_catalog_monetary_hash;
sl@0
   273
	hash_map<const char*, pair<void*, size_t>, hash<const char*>, __eqstr>* locale_catalog_messages_hash;
sl@0
   274
	_STLP_STATIC_MUTEX locale_catalog_category_hash_lock;
sl@0
   275
sl@0
   276
	//numpunct.cpp
sl@0
   277
	string numpunct_char_m_truename;
sl@0
   278
	string numpunct_char_m_falsename;
sl@0
   279
	string numpunct_char_m_grouping;
sl@0
   280
# ifndef _STLP_NO_WCHAR_T
sl@0
   281
	wstring numpunct_wchar_m_truename;
sl@0
   282
	wstring numpunct_wchar_m_falsename;
sl@0
   283
	string  numpunct_wchar_m_grouping;
sl@0
   284
# endif
sl@0
   285
sl@0
   286
	//iostream.cpp
sl@0
   287
	istream* cin;
sl@0
   288
	ostream* cout;
sl@0
   289
	ostream* cerr;
sl@0
   290
	ostream* clog;
sl@0
   291
sl@0
   292
#ifndef _STLP_NO_WCHAR_T
sl@0
   293
	wistream* wcin;
sl@0
   294
	wostream* wcout;
sl@0
   295
	wostream* wcerr;
sl@0
   296
	wostream* wclog;
sl@0
   297
#endif
sl@0
   298
sl@0
   299
	//complex_trig.cpp
sl@0
   300
	float complex_trig_float_limit;
sl@0
   301
	double complex_trig_double_limit;
sl@0
   302
sl@0
   303
	//monetary.cpp
sl@0
   304
	string monetary_S_empty_string;
sl@0
   305
# ifndef _STLP_NO_WCHAR_T
sl@0
   306
	wstring monetary_S_empty_wstring;
sl@0
   307
# endif //_STLP_NO_WCHAR_T
sl@0
   308
    new_handler _new_handler;
sl@0
   309
    //variable to check whether lib is initialized
sl@0
   310
    bool is_Initialized;
sl@0
   311
	//constructor
sl@0
   312
	_Libcpp_wsd();
sl@0
   313
sl@0
   314
	//destructor
sl@0
   315
	~_Libcpp_wsd();
sl@0
   316
	map<string, locale::id> ctype_charT_ids; //for ctype<charT>
sl@0
   317
	map<string, locale::id> numpunct_charT_ids; //for numpunct<charT>
sl@0
   318
	map<string, locale::id> moneypunct_charT_ids;//for moneypunct<charT>
sl@0
   319
	
sl@0
   320
};
sl@0
   321
#ifndef __WINSCW__
sl@0
   322
extern _Libcpp_wsd* g_libcpp_wsd;
sl@0
   323
#endif
sl@0
   324
sl@0
   325
sl@0
   326
//return the global class pointer
sl@0
   327
inline _Libcpp_wsd&
sl@0
   328
get_libcpp_wsdptr()
sl@0
   329
	{
sl@0
   330
		//get the TLS pointer
sl@0
   331
#ifdef __WINSCW__
sl@0
   332
void* oldHeap = SetBackendHeap();
sl@0
   333
sl@0
   334
		_Libcpp_wsd* g_libcpp_wsd = (_Libcpp_wsd*)GetGlobalTlsData();		
sl@0
   335
#else
sl@0
   336
		void* oldHeap = SetBackendHeap();
sl@0
   337
		if(g_libcpp_wsd == NULL)
sl@0
   338
		{
sl@0
   339
			g_libcpp_wsd = new _Libcpp_wsd();
sl@0
   340
			g_libcpp_wsd->is_Initialized = false;			
sl@0
   341
		}
sl@0
   342
#endif //__WINSCW__
sl@0
   343
sl@0
   344
		if(g_libcpp_wsd->is_Initialized != true)
sl@0
   345
  		{
sl@0
   346
			//this has to be here to avoid infinite recursion
sl@0
   347
			g_libcpp_wsd->is_Initialized = true;
sl@0
   348
			g_libcpp_wsd->_LocInit = new ios_base::_Loc_init();
sl@0
   349
			g_libcpp_wsd->_IosInit = new ios_base::Init();
sl@0
   350
		}
sl@0
   351
#if defined(__LIBSTD_CPP_SYMBIAN32_WSD__) || defined(_STLP_LIBSTD_CPP_NO_STATIC_VAR_)
sl@0
   352
		ReSetUserHeap(oldHeap);
sl@0
   353
#endif //__WINSCW__		
sl@0
   354
		return (*g_libcpp_wsd);
sl@0
   355
	}
sl@0
   356
sl@0
   357
#define LIBCPP_WSD_PTR ( get_libcpp_wsdptr())
sl@0
   358
sl@0
   359
inline _Locale_impl*&
sl@0
   360
get_locale_impl_S_global_impl()
sl@0
   361
	{
sl@0
   362
		return get_libcpp_wsdptr().Locale_impl_S_global_impl;
sl@0
   363
	}
sl@0
   364
sl@0
   365
inline _STLP_STATIC_MUTEX&
sl@0
   366
get_locale_impl_S_global_locale_lock()
sl@0
   367
	{
sl@0
   368
		return get_libcpp_wsdptr().Locale_impl_S_global_locale_lock;
sl@0
   369
	}
sl@0
   370
sl@0
   371
inline _Messages&
sl@0
   372
get_locale_impl_messages()
sl@0
   373
	{
sl@0
   374
		return get_libcpp_wsdptr().Locale_impl_Null_messages;
sl@0
   375
	}
sl@0
   376
sl@0
   377
inline locale::facet**
sl@0
   378
get_locale_impl_S_classic_facets()
sl@0
   379
	{
sl@0
   380
		return get_libcpp_wsdptr().Locale_impl_S_classic_facets;
sl@0
   381
	}
sl@0
   382
sl@0
   383
# ifndef _STLP_NO_MBSTATE_T
sl@0
   384
inline _STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   385
codecvt<char, char, mbstate_t>::GetFacetLocaleId()
sl@0
   386
    {
sl@0
   387
    	return get_libcpp_wsdptr().codecvt_char_char_mbstate_id;
sl@0
   388
    }
sl@0
   389
#  ifndef _STLP_NO_WCHAR_T
sl@0
   390
sl@0
   391
inline _STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   392
codecvt<wchar_t, char, mbstate_t>::GetFacetLocaleId()
sl@0
   393
    {
sl@0
   394
   	 	return get_libcpp_wsdptr().codecvt_wchar_char_mbstate_id;
sl@0
   395
    }
sl@0
   396
#  endif//_STLP_NO_WCHAR_T
sl@0
   397
# endif//_STLP_NO_MBSTATE_T
sl@0
   398
sl@0
   399
inline _STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   400
collate<char>::GetFacetLocaleId()
sl@0
   401
    {
sl@0
   402
   		return get_libcpp_wsdptr().collate_char_id;
sl@0
   403
    }
sl@0
   404
sl@0
   405
inline _STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   406
ctype<char>::GetFacetLocaleId()
sl@0
   407
    {
sl@0
   408
    	return get_libcpp_wsdptr().ctype_char_id;
sl@0
   409
    }
sl@0
   410
sl@0
   411
inline _STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   412
moneypunct<char, true>::GetFacetLocaleId()
sl@0
   413
	{
sl@0
   414
		return get_libcpp_wsdptr().moneypunct_char_true_id;
sl@0
   415
	}
sl@0
   416
sl@0
   417
inline _STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   418
moneypunct<char, false>::GetFacetLocaleId()
sl@0
   419
    {
sl@0
   420
    	return get_libcpp_wsdptr().moneypunct_char_false_id;
sl@0
   421
    }
sl@0
   422
sl@0
   423
inline _STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   424
messages<char>::GetFacetLocaleId()
sl@0
   425
    {
sl@0
   426
    	return get_libcpp_wsdptr().messages_char_id;
sl@0
   427
    }
sl@0
   428
sl@0
   429
inline _STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   430
numpunct<char>::GetFacetLocaleId()
sl@0
   431
    {
sl@0
   432
    	return get_libcpp_wsdptr().numpunct_char_id;
sl@0
   433
    }
sl@0
   434
sl@0
   435
# ifndef _STLP_NO_WCHAR_T
sl@0
   436
inline _STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   437
collate<wchar_t>::GetFacetLocaleId()
sl@0
   438
	{
sl@0
   439
		return get_libcpp_wsdptr().collate_wchar_id;
sl@0
   440
	}
sl@0
   441
sl@0
   442
inline _STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   443
ctype<wchar_t>::GetFacetLocaleId()
sl@0
   444
	{
sl@0
   445
		return get_libcpp_wsdptr().ctype_wchar_id;
sl@0
   446
	}
sl@0
   447
sl@0
   448
inline _STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   449
moneypunct<wchar_t, true>::GetFacetLocaleId()
sl@0
   450
	{
sl@0
   451
		return get_libcpp_wsdptr().moneypunct_wchar_true_id;
sl@0
   452
	}
sl@0
   453
sl@0
   454
inline _STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   455
moneypunct<wchar_t, false>::GetFacetLocaleId()
sl@0
   456
	{
sl@0
   457
		return get_libcpp_wsdptr().moneypunct_wchar_false_id;
sl@0
   458
	}
sl@0
   459
sl@0
   460
inline _STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   461
numpunct<wchar_t>::GetFacetLocaleId()
sl@0
   462
	{
sl@0
   463
		return get_libcpp_wsdptr().numpunct_wchar_id;
sl@0
   464
	}
sl@0
   465
sl@0
   466
inline _STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   467
messages<wchar_t>::GetFacetLocaleId()
sl@0
   468
	{
sl@0
   469
        return get_libcpp_wsdptr().messages_wchar_id;
sl@0
   470
    }
sl@0
   471
sl@0
   472
template <class _CharT, class _InputIter>
sl@0
   473
_STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   474
num_get<_CharT, _InputIter>::GetFacetLocaleId(istreambuf_iterator<wchar_t, char_traits<wchar_t> >* )
sl@0
   475
    {
sl@0
   476
        return get_libcpp_wsdptr().num_get_wchar_istreambuf_iterator_id;
sl@0
   477
    }
sl@0
   478
sl@0
   479
template <class _CharT, class _InputIter>
sl@0
   480
_STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   481
num_get<_CharT, _InputIter>::GetFacetLocaleId(const wchar_t**)
sl@0
   482
    {
sl@0
   483
        return get_libcpp_wsdptr().num_get_wchar_wchar_const_id;
sl@0
   484
    }
sl@0
   485
sl@0
   486
template <class _CharT, class _OutputIter>
sl@0
   487
 _STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   488
num_put<_CharT, _OutputIter>::GetFacetLocaleId(ostreambuf_iterator<wchar_t, char_traits<wchar_t> > *)
sl@0
   489
    {
sl@0
   490
        return get_libcpp_wsdptr().num_put_wchar_ostreambuf_iterator_id;
sl@0
   491
    }
sl@0
   492
sl@0
   493
template <class _CharT, class _OutputIter>
sl@0
   494
_STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   495
num_put<_CharT, _OutputIter>::GetFacetLocaleId(wchar_t**)
sl@0
   496
    {
sl@0
   497
        return get_libcpp_wsdptr().num_put_wchar_wchar_id;
sl@0
   498
    }
sl@0
   499
sl@0
   500
template <class _CharT, class _InputIter>
sl@0
   501
_STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   502
time_get<_CharT, _InputIter>::GetFacetLocaleId(istreambuf_iterator<wchar_t, char_traits<wchar_t> >*)
sl@0
   503
    {
sl@0
   504
        return get_libcpp_wsdptr().time_get_wchar_istreambuf_iterator_id;
sl@0
   505
    }
sl@0
   506
sl@0
   507
template <class _CharT, class _InputIter>
sl@0
   508
_STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   509
time_get<_CharT, _InputIter>::GetFacetLocaleId(const wchar_t**)
sl@0
   510
    {
sl@0
   511
        return get_libcpp_wsdptr().time_get_wchar_wchar_const_id;
sl@0
   512
    }
sl@0
   513
sl@0
   514
template <class _CharT, class _OutputIter>
sl@0
   515
_STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   516
time_put<_CharT, _OutputIter>::GetFacetLocaleId(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >*)
sl@0
   517
    {
sl@0
   518
        return get_libcpp_wsdptr().time_put_wchar_ostreambuf_iterator_id;
sl@0
   519
    }
sl@0
   520
sl@0
   521
template <class _CharT, class _OutputIter>
sl@0
   522
_STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   523
time_put<_CharT, _OutputIter>::GetFacetLocaleId(wchar_t**)
sl@0
   524
    {
sl@0
   525
        return get_libcpp_wsdptr().time_put_wchar_wchar_id;
sl@0
   526
    }
sl@0
   527
sl@0
   528
template <class _CharT, class _InputIter>
sl@0
   529
_STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   530
money_get<_CharT, _InputIter>::GetFacetLocaleId(istreambuf_iterator<wchar_t, char_traits<wchar_t> >*)
sl@0
   531
    {
sl@0
   532
        return get_libcpp_wsdptr().money_get_wchar_istreambuf_iterator_id;
sl@0
   533
    }
sl@0
   534
sl@0
   535
template <class _CharT, class _InputIter>
sl@0
   536
_STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   537
money_get<_CharT, _InputIter>::GetFacetLocaleId(const wchar_t**)
sl@0
   538
    {
sl@0
   539
        return get_libcpp_wsdptr().money_get_wchar_wchar_const_id;
sl@0
   540
    }
sl@0
   541
sl@0
   542
template <class _CharT, class _OutputIter>
sl@0
   543
_STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   544
money_put<_CharT, _OutputIter>::GetFacetLocaleId(ostreambuf_iterator<wchar_t, char_traits<wchar_t> >*)
sl@0
   545
    {
sl@0
   546
        return get_libcpp_wsdptr().money_put_wchar_ostreambuf_iterator_id;
sl@0
   547
    }
sl@0
   548
sl@0
   549
template <class _CharT, class _OutputIter>
sl@0
   550
_STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   551
money_put<_CharT, _OutputIter>::GetFacetLocaleId(wchar_t**)
sl@0
   552
    {
sl@0
   553
        return get_libcpp_wsdptr().money_put_wchar_wchar_id;
sl@0
   554
    }
sl@0
   555
# endif //_STLP_NO_WCHAR_T
sl@0
   556
sl@0
   557
template <class _CharT, class _InputIter>
sl@0
   558
_STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   559
num_get<_CharT, _InputIter>::GetFacetLocaleId()
sl@0
   560
    {
sl@0
   561
        _InputIter* dummyPtr = NULL;
sl@0
   562
        return GetFacetLocaleId(dummyPtr);
sl@0
   563
    }
sl@0
   564
sl@0
   565
template <class _CharT, class _OutputIter>
sl@0
   566
_STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   567
num_put<_CharT, _OutputIter>::GetFacetLocaleId()
sl@0
   568
    {
sl@0
   569
        _OutputIter* dummyPtr = NULL;
sl@0
   570
        return GetFacetLocaleId(dummyPtr);
sl@0
   571
    }
sl@0
   572
sl@0
   573
template <class _CharT, class _InputIter>
sl@0
   574
_STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   575
time_get<_CharT, _InputIter>::GetFacetLocaleId()
sl@0
   576
    {
sl@0
   577
        _InputIter* dummyPtr = NULL;
sl@0
   578
        return GetFacetLocaleId(dummyPtr);
sl@0
   579
    }
sl@0
   580
sl@0
   581
template <class _CharT, class _OutputIter>
sl@0
   582
_STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   583
time_put<_CharT, _OutputIter>::GetFacetLocaleId()
sl@0
   584
    {
sl@0
   585
        _OutputIter* dummyPtr = NULL;
sl@0
   586
        return GetFacetLocaleId(dummyPtr);
sl@0
   587
    }
sl@0
   588
sl@0
   589
template <class _CharT, class _InputIter>
sl@0
   590
_STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   591
money_get<_CharT, _InputIter>::GetFacetLocaleId()
sl@0
   592
    {
sl@0
   593
        _InputIter* dummyPtr = NULL;
sl@0
   594
        return GetFacetLocaleId(dummyPtr);
sl@0
   595
    }
sl@0
   596
template <class _CharT, class _OutputIter>
sl@0
   597
_STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   598
money_put<_CharT, _OutputIter>::GetFacetLocaleId()
sl@0
   599
    {
sl@0
   600
        _OutputIter* dummyPtr = NULL;
sl@0
   601
        return GetFacetLocaleId(dummyPtr);
sl@0
   602
    }
sl@0
   603
sl@0
   604
template <class _CharT, class _InputIter>
sl@0
   605
_STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   606
money_get<_CharT, _InputIter>::GetFacetLocaleId(istreambuf_iterator<char, char_traits<char> >*)
sl@0
   607
    {
sl@0
   608
        return get_libcpp_wsdptr().money_get_char_istreambuf_iterator_id;
sl@0
   609
    }
sl@0
   610
sl@0
   611
template <class _CharT, class _InputIter>
sl@0
   612
_STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   613
money_get<_CharT, _InputIter>::GetFacetLocaleId(const char  **)
sl@0
   614
    {
sl@0
   615
        return get_libcpp_wsdptr().money_get_char_char_const_id;
sl@0
   616
    }
sl@0
   617
sl@0
   618
template <class _CharT, class _OutputIter>
sl@0
   619
_STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   620
money_put<_CharT, _OutputIter>::GetFacetLocaleId(ostreambuf_iterator<char, char_traits<char> >*)
sl@0
   621
    {
sl@0
   622
        return get_libcpp_wsdptr().money_put_char_ostreambuf_iterator_id;
sl@0
   623
    }
sl@0
   624
sl@0
   625
template <class _CharT, class _OutputIter>
sl@0
   626
_STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   627
money_put<_CharT, _OutputIter>::GetFacetLocaleId(char**)
sl@0
   628
    {
sl@0
   629
        return get_libcpp_wsdptr().money_put_char_char_id;
sl@0
   630
    }
sl@0
   631
sl@0
   632
template <class _CharT, class _InputIter>
sl@0
   633
_STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   634
num_get<_CharT, _InputIter>::GetFacetLocaleId(istreambuf_iterator<char, char_traits<char> >* )
sl@0
   635
    {
sl@0
   636
        return get_libcpp_wsdptr().num_get_char_istreambuf_iterator_id;
sl@0
   637
    }
sl@0
   638
sl@0
   639
template <class _CharT, class _InputIter>
sl@0
   640
_STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   641
num_get<_CharT, _InputIter>::GetFacetLocaleId(const char**)
sl@0
   642
    {
sl@0
   643
        return get_libcpp_wsdptr().num_get_char_char_const_id;
sl@0
   644
    }
sl@0
   645
sl@0
   646
template <class _CharT, class _OutputIter>
sl@0
   647
_STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   648
num_put<_CharT, _OutputIter>::GetFacetLocaleId(ostreambuf_iterator<char, char_traits<char> > *)
sl@0
   649
    {
sl@0
   650
        return get_libcpp_wsdptr().num_put_char_ostreambuf_iterator_id;
sl@0
   651
    }
sl@0
   652
sl@0
   653
template <class _CharT, class _OutputIter>
sl@0
   654
_STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   655
num_put<_CharT, _OutputIter>::GetFacetLocaleId(char**)
sl@0
   656
    {
sl@0
   657
        return get_libcpp_wsdptr().num_put_char_char_id;
sl@0
   658
    }
sl@0
   659
sl@0
   660
template <class _CharT, class _OutputIter>
sl@0
   661
_STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   662
num_put<_CharT, _OutputIter>::GetFacetLocaleId(back_insert_iterator<string> *)
sl@0
   663
    {
sl@0
   664
        return get_libcpp_wsdptr().num_put_char_back_insert_iterator_id;
sl@0
   665
    }
sl@0
   666
sl@0
   667
template <class _CharT, class _InputIter>
sl@0
   668
_STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   669
time_get<_CharT, _InputIter>::GetFacetLocaleId(istreambuf_iterator<char, char_traits<char> >*)
sl@0
   670
    {
sl@0
   671
        return get_libcpp_wsdptr().time_get_char_istreambuf_iterator_id;
sl@0
   672
    }
sl@0
   673
sl@0
   674
template <class _CharT, class _InputIter>
sl@0
   675
_STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   676
time_get<_CharT, _InputIter>::GetFacetLocaleId(const char**)
sl@0
   677
    {
sl@0
   678
        return get_libcpp_wsdptr().time_get_char_char_const_id;
sl@0
   679
    }
sl@0
   680
sl@0
   681
template <class _CharT, class _OutputIter>
sl@0
   682
_STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   683
time_put<_CharT, _OutputIter>::GetFacetLocaleId(ostreambuf_iterator<char, char_traits<char> >*)
sl@0
   684
    {
sl@0
   685
        return get_libcpp_wsdptr().time_put_char_ostreambuf_iterator_id;
sl@0
   686
    }
sl@0
   687
sl@0
   688
template <class _CharT, class _OutputIter>
sl@0
   689
_STLP_STATIC_MEMBER_EXP_DECLSPEC locale::id&
sl@0
   690
time_put<_CharT, _OutputIter>::GetFacetLocaleId(char**)
sl@0
   691
	{
sl@0
   692
		return get_libcpp_wsdptr().time_put_char_char_id;
sl@0
   693
	}
sl@0
   694
sl@0
   695
inline _STLP_EXP_DECLSPEC locale::id&
sl@0
   696
Ctype_charT_GetFacetLocaleId(const char* type)
sl@0
   697
    {
sl@0
   698
    		if((get_libcpp_wsdptr().ctype_charT_ids).find(type)!= (get_libcpp_wsdptr().ctype_charT_ids).end())
sl@0
   699
				return (get_libcpp_wsdptr().ctype_charT_ids)[type];
sl@0
   700
		else
sl@0
   701
			{
sl@0
   702
				locale::id id;
sl@0
   703
				id._M_index = (size_t)-1;
sl@0
   704
				//(get_libcpp_wsdptr().ctype_charT_ids)[type] = id;
sl@0
   705
				memmove((void*)&get_libcpp_wsdptr().ctype_charT_ids[type],&id, sizeof(id));
sl@0
   706
sl@0
   707
				return (get_libcpp_wsdptr().ctype_charT_ids)[type];
sl@0
   708
			}
sl@0
   709
    }
sl@0
   710
sl@0
   711
inline _STLP_EXP_DECLSPEC locale::id&
sl@0
   712
Numpunct_charT_GetFacetLocaleId(const char* type)
sl@0
   713
    {
sl@0
   714
    		if((get_libcpp_wsdptr().numpunct_charT_ids).find(type)!= (get_libcpp_wsdptr().numpunct_charT_ids).end())
sl@0
   715
				return (get_libcpp_wsdptr().numpunct_charT_ids)[type];
sl@0
   716
		else
sl@0
   717
			{
sl@0
   718
				locale::id id;
sl@0
   719
				id._M_index = (size_t)-1;
sl@0
   720
				//(get_libcpp_wsdptr().numpunct_charT_ids)[type] = id;
sl@0
   721
				memmove((void*)&get_libcpp_wsdptr().numpunct_charT_ids[type],&id, sizeof(id));
sl@0
   722
sl@0
   723
				return (get_libcpp_wsdptr().numpunct_charT_ids)[type];
sl@0
   724
			}
sl@0
   725
    }
sl@0
   726
inline _STLP_EXP_DECLSPEC locale::id&
sl@0
   727
Moneypunct_charT_GetFacetLocaleId(const char* type)
sl@0
   728
    {
sl@0
   729
    		if((get_libcpp_wsdptr().moneypunct_charT_ids).find(type)!= (get_libcpp_wsdptr().moneypunct_charT_ids).end())
sl@0
   730
				return (get_libcpp_wsdptr().moneypunct_charT_ids)[type];
sl@0
   731
		else
sl@0
   732
			{
sl@0
   733
				locale::id id;
sl@0
   734
				id._M_index = (size_t)-1;
sl@0
   735
				//(get_libcpp_wsdptr().moneypunct_charT_ids)[type] = id;
sl@0
   736
				memmove((void*)&get_libcpp_wsdptr().moneypunct_charT_ids[type],&id, sizeof(id));
sl@0
   737
				return (get_libcpp_wsdptr().moneypunct_charT_ids)[type];
sl@0
   738
			}
sl@0
   739
    }
sl@0
   740
sl@0
   741
inline _Stl_aligned_buffer<_Locale_impl>&
sl@0
   742
get_locale_impl_S_classic_locale()
sl@0
   743
	{
sl@0
   744
		return get_libcpp_wsdptr().Locale_impl_S_classic_locale;
sl@0
   745
	}
sl@0
   746
sl@0
   747
inline _Stl_aligned_buffer<collate<char> >&
sl@0
   748
get_locale_impl_S_collate_char()
sl@0
   749
	{
sl@0
   750
		return get_libcpp_wsdptr().Locale_impl_S_collate_char;
sl@0
   751
	}
sl@0
   752
sl@0
   753
inline _Stl_aligned_buffer<ctype<char> >&
sl@0
   754
get_locale_impl_S_ctype_char()
sl@0
   755
	{
sl@0
   756
		return get_libcpp_wsdptr().Locale_impl_S_ctype_char;
sl@0
   757
	}
sl@0
   758
sl@0
   759
# ifndef _STLP_NO_MBSTATE_T
sl@0
   760
inline _Stl_aligned_buffer<codecvt<char, char, mbstate_t> >&
sl@0
   761
get_locale_impl_S_codecvt_char()
sl@0
   762
	{
sl@0
   763
		return get_libcpp_wsdptr().Locale_impl_S_codecvt_char;
sl@0
   764
	}
sl@0
   765
# endif
sl@0
   766
sl@0
   767
inline _Stl_aligned_buffer<moneypunct<char, true> >&
sl@0
   768
get_locale_impl_S_moneypunct_true_char()
sl@0
   769
	{
sl@0
   770
		return get_libcpp_wsdptr().Locale_impl_S_moneypunct_true_char;
sl@0
   771
	}
sl@0
   772
sl@0
   773
inline _Stl_aligned_buffer<moneypunct<char, false> >&
sl@0
   774
get_locale_impl_S_moneypunct_false_char()
sl@0
   775
	{
sl@0
   776
		return get_libcpp_wsdptr().Locale_impl_S_moneypunct_false_char;
sl@0
   777
	}
sl@0
   778
sl@0
   779
inline _Stl_aligned_buffer<numpunct<char> >&
sl@0
   780
get_locale_impl_S_numpunct_char()
sl@0
   781
	{
sl@0
   782
		return get_libcpp_wsdptr().Locale_impl_S_numpunct_char;
sl@0
   783
	}
sl@0
   784
sl@0
   785
inline _Stl_aligned_buffer<messages<char> >&
sl@0
   786
get_locale_impl_S_messages_char()
sl@0
   787
	{
sl@0
   788
		return get_libcpp_wsdptr().Locale_impl_S_messages_char;
sl@0
   789
	}
sl@0
   790
sl@0
   791
inline 	_Stl_aligned_buffer<money_get<char, istreambuf_iterator<char, char_traits<char> > > >&
sl@0
   792
get_locale_impl_S_money_get_char()
sl@0
   793
	{
sl@0
   794
		return get_libcpp_wsdptr().Locale_impl_S_money_get_char;
sl@0
   795
	}
sl@0
   796
sl@0
   797
inline _Stl_aligned_buffer<money_put<char, ostreambuf_iterator<char, char_traits<char> > > >&
sl@0
   798
get_locale_impl_S_money_put_char()
sl@0
   799
	{
sl@0
   800
		return get_libcpp_wsdptr().Locale_impl_S_money_put_char;
sl@0
   801
	}
sl@0
   802
sl@0
   803
inline 	_Stl_aligned_buffer<num_get<char, istreambuf_iterator<char, char_traits<char> > > >&
sl@0
   804
get_locale_impl_S_num_get_char()
sl@0
   805
	{
sl@0
   806
		return get_libcpp_wsdptr().Locale_impl_S_num_get_char;
sl@0
   807
	}
sl@0
   808
sl@0
   809
inline _Stl_aligned_buffer<num_put<char, ostreambuf_iterator<char, char_traits<char> > > >&
sl@0
   810
get_locale_impl_S_num_put_char()
sl@0
   811
	{
sl@0
   812
		return get_libcpp_wsdptr().Locale_impl_S_num_put_char;
sl@0
   813
	}
sl@0
   814
sl@0
   815
inline _Stl_aligned_buffer<time_get<char, istreambuf_iterator<char, char_traits<char> > > >&
sl@0
   816
get_locale_impl_S_time_get_char()
sl@0
   817
	{
sl@0
   818
		return get_libcpp_wsdptr().Locale_impl_S_time_get_char;
sl@0
   819
	}
sl@0
   820
sl@0
   821
inline _Stl_aligned_buffer<time_put<char, ostreambuf_iterator<char, char_traits<char> > > >&
sl@0
   822
get_locale_impl_S_time_put_char()
sl@0
   823
	{
sl@0
   824
		return get_libcpp_wsdptr().Locale_impl_S_time_put_char;
sl@0
   825
	}
sl@0
   826
sl@0
   827
inline _Stl_aligned_buffer<money_get<char, const char*> >&
sl@0
   828
get_locale_impl_S_money_get_char_const_char()
sl@0
   829
	{
sl@0
   830
		return get_libcpp_wsdptr().Locale_impl_S_money_get_char_const_char;
sl@0
   831
	}
sl@0
   832
sl@0
   833
inline _Stl_aligned_buffer<money_put<char, char*> >&
sl@0
   834
get_locale_impl_S_money_put_char_char()
sl@0
   835
	{
sl@0
   836
		return get_libcpp_wsdptr().Locale_impl_S_money_put_char_char;
sl@0
   837
	}
sl@0
   838
sl@0
   839
inline _Stl_aligned_buffer<num_get<char, const char*> >&
sl@0
   840
get_locale_impl_S_num_get_char_const_char()
sl@0
   841
	{
sl@0
   842
		return get_libcpp_wsdptr().Locale_impl_S_num_get_char_const_char;
sl@0
   843
	}
sl@0
   844
sl@0
   845
inline _Stl_aligned_buffer<num_put<char, char*> >&
sl@0
   846
get_locale_impl_S_num_put_char_char()
sl@0
   847
	{
sl@0
   848
		return get_libcpp_wsdptr().Locale_impl_S_num_put_char_char;
sl@0
   849
	}
sl@0
   850
sl@0
   851
inline _Stl_aligned_buffer<num_put<char,back_insert_iterator<string> > >&
sl@0
   852
get_locale_impl_S_num_put_char_back_insert_iterator()
sl@0
   853
	{
sl@0
   854
		return get_libcpp_wsdptr().Locale_impl_S_num_put_char_back_insert_iterator;
sl@0
   855
	}
sl@0
   856
sl@0
   857
inline _Stl_aligned_buffer<time_get<char, const char*> >&
sl@0
   858
get_locale_impl_S_time_get_char_const_char()
sl@0
   859
	{
sl@0
   860
		return get_libcpp_wsdptr().Locale_impl_S_time_get_char_const_char;
sl@0
   861
	}
sl@0
   862
sl@0
   863
inline _Stl_aligned_buffer<time_put<char, char*> >&
sl@0
   864
get_locale_impl_S_time_put_char_char()
sl@0
   865
	{
sl@0
   866
		return get_libcpp_wsdptr().Locale_impl_S_time_put_char_char;
sl@0
   867
	}
sl@0
   868
sl@0
   869
# ifndef _STLP_NO_WCHAR_T
sl@0
   870
inline _Stl_aligned_buffer<collate<wchar_t> >&
sl@0
   871
get_locale_impl_S_collate_wchar()
sl@0
   872
	{
sl@0
   873
		return get_libcpp_wsdptr().Locale_impl_S_collate_wchar;
sl@0
   874
	}
sl@0
   875
sl@0
   876
inline _Stl_aligned_buffer<ctype<wchar_t> >&
sl@0
   877
get_locale_impl_S_ctype_wchar()
sl@0
   878
	{
sl@0
   879
		return get_libcpp_wsdptr().Locale_impl_S_ctype_wchar;
sl@0
   880
	}
sl@0
   881
# ifndef _STLP_NO_MBSTATE_T
sl@0
   882
inline _Stl_aligned_buffer<codecvt<wchar_t, char, mbstate_t> >&
sl@0
   883
get_locale_impl_S_codecvt_wchar()
sl@0
   884
	{
sl@0
   885
		return get_libcpp_wsdptr().Locale_impl_S_codecvt_wchar;
sl@0
   886
	}
sl@0
   887
# endif //!_STLP_NO_MBSTATE_T
sl@0
   888
sl@0
   889
inline _Stl_aligned_buffer<moneypunct<wchar_t, true> >&
sl@0
   890
get_locale_impl_S_moneypunct_true_wchar()
sl@0
   891
	{
sl@0
   892
		return get_libcpp_wsdptr().Locale_impl_S_moneypunct_true_wchar;
sl@0
   893
	}
sl@0
   894
sl@0
   895
inline _Stl_aligned_buffer<moneypunct<wchar_t, false> >&
sl@0
   896
get_locale_impl_S_moneypunct_false_wchar()
sl@0
   897
	{
sl@0
   898
		return get_libcpp_wsdptr().Locale_impl_S_moneypunct_false_wchar;
sl@0
   899
	}
sl@0
   900
sl@0
   901
inline _Stl_aligned_buffer<numpunct<wchar_t> >&
sl@0
   902
get_locale_impl_S_numpunct_wchar()
sl@0
   903
	{
sl@0
   904
		return get_libcpp_wsdptr().Locale_impl_S_numpunct_wchar;
sl@0
   905
	}
sl@0
   906
sl@0
   907
inline _Stl_aligned_buffer<messages<wchar_t> >&
sl@0
   908
get_locale_impl_S_messages_wchar()
sl@0
   909
	{
sl@0
   910
		return get_libcpp_wsdptr().Locale_impl_S_messages_wchar;
sl@0
   911
	}
sl@0
   912
sl@0
   913
inline _Stl_aligned_buffer<money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > >&
sl@0
   914
get_locale_impl_S_money_get_wchar()
sl@0
   915
	{
sl@0
   916
		return get_libcpp_wsdptr().Locale_impl_S_money_get_wchar;
sl@0
   917
	}
sl@0
   918
sl@0
   919
inline _Stl_aligned_buffer<money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > >&
sl@0
   920
get_locale_impl_S_money_put_wchar()
sl@0
   921
	{
sl@0
   922
		return get_libcpp_wsdptr().Locale_impl_S_money_put_wchar;
sl@0
   923
	}
sl@0
   924
sl@0
   925
inline _Stl_aligned_buffer<num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > >&
sl@0
   926
get_locale_impl_S_num_get_wchar()
sl@0
   927
	{
sl@0
   928
		return get_libcpp_wsdptr().Locale_impl_S_num_get_wchar;
sl@0
   929
	}
sl@0
   930
sl@0
   931
inline _Stl_aligned_buffer<num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > >&
sl@0
   932
get_locale_impl_S_num_put_wchar()
sl@0
   933
	{
sl@0
   934
		return get_libcpp_wsdptr().Locale_impl_S_num_put_wchar;
sl@0
   935
	}
sl@0
   936
sl@0
   937
inline _Stl_aligned_buffer<time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > >&
sl@0
   938
get_locale_impl_S_time_get_wchar()
sl@0
   939
	{
sl@0
   940
		return get_libcpp_wsdptr().Locale_impl_S_time_get_wchar;
sl@0
   941
	}
sl@0
   942
sl@0
   943
inline _Stl_aligned_buffer<time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > >&
sl@0
   944
get_locale_impl_S_time_put_wchar()
sl@0
   945
	{
sl@0
   946
		return get_libcpp_wsdptr().Locale_impl_S_time_put_wchar;
sl@0
   947
	}
sl@0
   948
sl@0
   949
inline _Stl_aligned_buffer<money_get<wchar_t, const wchar_t*> >&
sl@0
   950
get_locale_impl_S_money_get_wchar_const_wchar()
sl@0
   951
	{
sl@0
   952
		return get_libcpp_wsdptr().Locale_impl_S_money_get_wchar_const_wchar;
sl@0
   953
	}
sl@0
   954
sl@0
   955
inline _Stl_aligned_buffer<money_put<wchar_t, wchar_t*> >&
sl@0
   956
get_locale_impl_S_money_put_wchar_wchar()
sl@0
   957
	{
sl@0
   958
		return get_libcpp_wsdptr().Locale_impl_S_money_put_wchar_wchar;
sl@0
   959
	}
sl@0
   960
sl@0
   961
inline _Stl_aligned_buffer<num_get<wchar_t, const wchar_t*> >&
sl@0
   962
get_locale_impl_S_num_get_wchar_const_wchar()
sl@0
   963
	{
sl@0
   964
		return get_libcpp_wsdptr().Locale_impl_S_num_get_wchar_const_wchar;
sl@0
   965
	}
sl@0
   966
sl@0
   967
inline _Stl_aligned_buffer<num_put<wchar_t, wchar_t*> >&
sl@0
   968
get_locale_impl_S_num_put_wchar_wchar()
sl@0
   969
	{
sl@0
   970
		return get_libcpp_wsdptr().Locale_impl_S_num_put_wchar_wchar;
sl@0
   971
	}
sl@0
   972
sl@0
   973
inline _Stl_aligned_buffer<time_get<wchar_t, const wchar_t*> >&
sl@0
   974
get_locale_impl_S_time_get_wchar_const_wchar()
sl@0
   975
	{
sl@0
   976
		return get_libcpp_wsdptr().Locale_impl_S_time_get_wchar_const_wchar;
sl@0
   977
	}
sl@0
   978
sl@0
   979
inline _Stl_aligned_buffer<time_put<wchar_t, wchar_t*> >&
sl@0
   980
get_locale_impl_S_time_put_wchar_wchar()
sl@0
   981
	{
sl@0
   982
		return get_libcpp_wsdptr().Locale_impl_S_time_put_wchar_wchar;
sl@0
   983
	}
sl@0
   984
# endif //!_STLP_NO_WCHAR_T
sl@0
   985
sl@0
   986
inline _Stl_aligned_buffer<locale>&
sl@0
   987
get_locale_impl_S_b_classic()
sl@0
   988
	{
sl@0
   989
		return get_libcpp_wsdptr().Locale_impl_S_b_classic;
sl@0
   990
	}
sl@0
   991
sl@0
   992
//_locale.h
sl@0
   993
inline _STLP_STATIC_MEMBER_EXP_DECLSPEC size_t&
sl@0
   994
get_locale_id_S_max()
sl@0
   995
	{
sl@0
   996
		return get_libcpp_wsdptr().locale_id_S_max;
sl@0
   997
	}
sl@0
   998
sl@0
   999
//_fstream.h
sl@0
  1000
inline _STLP_EXPORT_DECLSPEC size_t&
sl@0
  1001
get_fstream_Filebuf_Base_GetPageSize()
sl@0
  1002
	{
sl@0
  1003
		return get_libcpp_wsdptr().fstream_Filebuf_base_M_page_size;
sl@0
  1004
	}
sl@0
  1005
sl@0
  1006
//ios.cpp
sl@0
  1007
inline _STLP_STATIC_MUTEX&
sl@0
  1008
get_ios_xalloc_L()
sl@0
  1009
	{
sl@0
  1010
		return get_libcpp_wsdptr().ios_xalloc_L;
sl@0
  1011
	}
sl@0
  1012
sl@0
  1013
inline long&
sl@0
  1014
get_ios_iword_dummy()
sl@0
  1015
	{
sl@0
  1016
		return get_libcpp_wsdptr().ios_iword_dummy;
sl@0
  1017
	}
sl@0
  1018
sl@0
  1019
inline void*&
sl@0
  1020
get_ios_pword_dummy()
sl@0
  1021
	{
sl@0
  1022
		return get_libcpp_wsdptr().ios_pword_dummy;
sl@0
  1023
	}
sl@0
  1024
sl@0
  1025
//complex_exp.cpp
sl@0
  1026
inline float&
sl@0
  1027
get_complex_exp_float_ln10_inv()
sl@0
  1028
	{
sl@0
  1029
		return get_libcpp_wsdptr().complex_exp_float_ln10_inv;
sl@0
  1030
	}
sl@0
  1031
sl@0
  1032
inline double&
sl@0
  1033
get_complex_exp_double_ln10_inv()
sl@0
  1034
	{
sl@0
  1035
		return get_libcpp_wsdptr().complex_exp_double_ln10_inv;
sl@0
  1036
	}
sl@0
  1037
sl@0
  1038
inline long double&
sl@0
  1039
get_complex_exp_long_double_ln10_inv()
sl@0
  1040
	{
sl@0
  1041
		return get_libcpp_wsdptr().complex_exp_long_double_ln10_inv;
sl@0
  1042
	}
sl@0
  1043
sl@0
  1044
//num_get.cpp
sl@0
  1045
inline char*
sl@0
  1046
get_num_get_narrow_digits()
sl@0
  1047
	{
sl@0
  1048
		return get_libcpp_wsdptr().num_get_narrow_digits;
sl@0
  1049
	}
sl@0
  1050
sl@0
  1051
inline char*
sl@0
  1052
get_num_get_narrow_xdigits()
sl@0
  1053
	{
sl@0
  1054
		return get_libcpp_wsdptr().num_get_narrow_xdigits;
sl@0
  1055
	}
sl@0
  1056
sl@0
  1057
//locale.cpp
sl@0
  1058
inline _STLP_STATIC_MUTEX&
sl@0
  1059
get_locale_Index_lock()
sl@0
  1060
	{
sl@0
  1061
		return get_libcpp_wsdptr().locale_Index_lock;
sl@0
  1062
	}
sl@0
  1063
sl@0
  1064
//_ios_base.h
sl@0
  1065
inline bool&
sl@0
  1066
get_ios_base_S_was_synced()
sl@0
  1067
	{
sl@0
  1068
		return get_libcpp_wsdptr().ios_base_S_was_synced;
sl@0
  1069
	}
sl@0
  1070
sl@0
  1071
inline int&
sl@0
  1072
get_ios_base_S_index()
sl@0
  1073
	{
sl@0
  1074
		return get_libcpp_wsdptr().ios_base_S_index;
sl@0
  1075
	}
sl@0
  1076
sl@0
  1077
inline long&
sl@0
  1078
get_ios_base_Init_S_count()
sl@0
  1079
	{
sl@0
  1080
		return get_libcpp_wsdptr().ios_base_Init_S_count;
sl@0
  1081
	}
sl@0
  1082
sl@0
  1083
inline long&
sl@0
  1084
get_ios_base_Loc_init_S_count()
sl@0
  1085
	{
sl@0
  1086
		return get_libcpp_wsdptr().ios_base_Loc_init_S_count;
sl@0
  1087
	}
sl@0
  1088
sl@0
  1089
//locale_catalog.cpp
sl@0
  1090
inline hash_map<const char*, pair<void*, size_t>, hash<const char*>, __eqstr>*&
sl@0
  1091
get_locale_catalog_ctype_hash()
sl@0
  1092
	{
sl@0
  1093
		return get_libcpp_wsdptr().locale_catalog_ctype_hash;
sl@0
  1094
	}
sl@0
  1095
sl@0
  1096
inline hash_map<const char*, pair<void*, size_t>, hash<const char*>, __eqstr>*&
sl@0
  1097
get_locale_catalog_numeric_hash()
sl@0
  1098
	{
sl@0
  1099
		return get_libcpp_wsdptr().locale_catalog_numeric_hash;
sl@0
  1100
	}
sl@0
  1101
sl@0
  1102
inline hash_map<const char*, pair<void*, size_t>, hash<const char*>, __eqstr>*&
sl@0
  1103
get_locale_catalog_time_hash()
sl@0
  1104
	{
sl@0
  1105
		return get_libcpp_wsdptr().locale_catalog_time_hash;
sl@0
  1106
	}
sl@0
  1107
sl@0
  1108
inline hash_map<const char*, pair<void*, size_t>, hash<const char*>, __eqstr>*&
sl@0
  1109
get_locale_catalog_collate_hash()
sl@0
  1110
	{
sl@0
  1111
		return get_libcpp_wsdptr().locale_catalog_collate_hash;
sl@0
  1112
	}
sl@0
  1113
sl@0
  1114
inline hash_map<const char*, pair<void*, size_t>, hash<const char*>, __eqstr>*&
sl@0
  1115
get_locale_catalog_monetary_hash()
sl@0
  1116
	{
sl@0
  1117
		return get_libcpp_wsdptr().locale_catalog_monetary_hash;
sl@0
  1118
	}
sl@0
  1119
sl@0
  1120
inline hash_map<const char*, pair<void*, size_t>, hash<const char*>, __eqstr>*&
sl@0
  1121
get_locale_catalog_messages_hash()
sl@0
  1122
	{
sl@0
  1123
		return get_libcpp_wsdptr().locale_catalog_messages_hash;
sl@0
  1124
	}
sl@0
  1125
sl@0
  1126
inline _STLP_STATIC_MUTEX&
sl@0
  1127
get_locale_catalog_category_hash_lock()
sl@0
  1128
	{
sl@0
  1129
		return get_libcpp_wsdptr().locale_catalog_category_hash_lock;
sl@0
  1130
	}
sl@0
  1131
sl@0
  1132
//numpunct.cpp
sl@0
  1133
inline _STLP_STATIC_MEMBER_EXP_DECLSPEC string&
sl@0
  1134
numpunct<char>::GetNumPunct_M_truename()
sl@0
  1135
    {
sl@0
  1136
    	return get_libcpp_wsdptr().numpunct_char_m_truename;
sl@0
  1137
    }
sl@0
  1138
inline _STLP_STATIC_MEMBER_EXP_DECLSPEC string&
sl@0
  1139
numpunct<char>::GetNumPunct_M_falsename()
sl@0
  1140
    {
sl@0
  1141
    	return get_libcpp_wsdptr().numpunct_char_m_falsename;
sl@0
  1142
    }
sl@0
  1143
sl@0
  1144
inline _STLP_STATIC_MEMBER_EXP_DECLSPEC string&
sl@0
  1145
numpunct<char>::GetNumPunct_M_grouping()
sl@0
  1146
    {
sl@0
  1147
    	return get_libcpp_wsdptr().numpunct_char_m_grouping;
sl@0
  1148
    }
sl@0
  1149
sl@0
  1150
#  ifndef _STLP_NO_WCHAR_T
sl@0
  1151
inline _STLP_STATIC_MEMBER_EXP_DECLSPEC wstring&
sl@0
  1152
numpunct<wchar_t>::GetNumPunct_M_Wchar_truename()
sl@0
  1153
    {
sl@0
  1154
    	return get_libcpp_wsdptr().numpunct_wchar_m_truename;
sl@0
  1155
    }
sl@0
  1156
sl@0
  1157
inline _STLP_STATIC_MEMBER_EXP_DECLSPEC wstring&
sl@0
  1158
numpunct<wchar_t>::GetNumPunct_M_Wchar_falsename()
sl@0
  1159
    {
sl@0
  1160
    	return get_libcpp_wsdptr().numpunct_wchar_m_falsename;
sl@0
  1161
    }
sl@0
  1162
sl@0
  1163
inline _STLP_STATIC_MEMBER_EXP_DECLSPEC string&
sl@0
  1164
numpunct<wchar_t>::GetNumPunct_M_Wchar_grouping()
sl@0
  1165
    {
sl@0
  1166
    	return get_libcpp_wsdptr().numpunct_wchar_m_grouping;
sl@0
  1167
    }
sl@0
  1168
# endif
sl@0
  1169
//iostream.cpp
sl@0
  1170
inline ostream*&
sl@0
  1171
getCErrStream()
sl@0
  1172
	{
sl@0
  1173
		return get_libcpp_wsdptr().cerr;
sl@0
  1174
	}
sl@0
  1175
sl@0
  1176
inline ostream*&
sl@0
  1177
getCoutStream()
sl@0
  1178
    {
sl@0
  1179
	    return get_libcpp_wsdptr().cout;
sl@0
  1180
    }
sl@0
  1181
sl@0
  1182
inline ostream*&
sl@0
  1183
getClogStream()
sl@0
  1184
    {
sl@0
  1185
	    return get_libcpp_wsdptr().clog;
sl@0
  1186
    }
sl@0
  1187
sl@0
  1188
inline istream*&
sl@0
  1189
getCinStream()
sl@0
  1190
    {
sl@0
  1191
	    return get_libcpp_wsdptr().cin;
sl@0
  1192
    }
sl@0
  1193
sl@0
  1194
#ifndef _STLP_NO_WCHAR_T
sl@0
  1195
inline wostream*&
sl@0
  1196
getWCErrStream()
sl@0
  1197
    {
sl@0
  1198
	    return get_libcpp_wsdptr().wcerr;
sl@0
  1199
    }
sl@0
  1200
sl@0
  1201
inline wostream*&
sl@0
  1202
getWCoutStream()
sl@0
  1203
    {
sl@0
  1204
	    return get_libcpp_wsdptr().wcout;
sl@0
  1205
    }
sl@0
  1206
sl@0
  1207
inline wostream*&
sl@0
  1208
getWClogStream()
sl@0
  1209
    {
sl@0
  1210
	    return get_libcpp_wsdptr().wclog;
sl@0
  1211
    }
sl@0
  1212
sl@0
  1213
inline wistream*&
sl@0
  1214
getWCinStream()
sl@0
  1215
    {
sl@0
  1216
 	   return get_libcpp_wsdptr().wcin;
sl@0
  1217
    }
sl@0
  1218
#endif //_STLP_NO_WCHAR_T
sl@0
  1219
//complex_trig.cpp
sl@0
  1220
inline float&
sl@0
  1221
get_complex_trig_float_limit()
sl@0
  1222
	{
sl@0
  1223
		return get_libcpp_wsdptr().complex_trig_float_limit;
sl@0
  1224
	}
sl@0
  1225
sl@0
  1226
inline double&
sl@0
  1227
get_complex_trig_double_limit()
sl@0
  1228
	{
sl@0
  1229
		return get_libcpp_wsdptr().complex_trig_double_limit;
sl@0
  1230
	}
sl@0
  1231
sl@0
  1232
//locale_impl.cpp
sl@0
  1233
inline string&
sl@0
  1234
get_locale_impl_nameless()
sl@0
  1235
	{
sl@0
  1236
		return get_libcpp_wsdptr().locale_impl_nameless;
sl@0
  1237
	}
sl@0
  1238
sl@0
  1239
//monetary.cpp
sl@0
  1240
inline string&
sl@0
  1241
get_monetary_S_empty_string()
sl@0
  1242
	{
sl@0
  1243
		return get_libcpp_wsdptr().monetary_S_empty_string;
sl@0
  1244
	}
sl@0
  1245
sl@0
  1246
# ifndef _STLP_NO_WCHAR_T
sl@0
  1247
inline wstring&
sl@0
  1248
get_monetary_S_empty_wstring()
sl@0
  1249
	{
sl@0
  1250
		return get_libcpp_wsdptr().monetary_S_empty_wstring;
sl@0
  1251
	}
sl@0
  1252
#endif //_STLP_NO_WCHAR_T
sl@0
  1253
inline new_handler& get_new_handler()
sl@0
  1254
    {
sl@0
  1255
    return get_libcpp_wsdptr()._new_handler;
sl@0
  1256
    }
sl@0
  1257
sl@0
  1258
_STLP_END_NAMESPACE
sl@0
  1259
# endif //LIBSTDCPPWSD_H