ossrv_pub/localization_function_api/inc/stdapis/stlport/stl/_locale.h
changeset 22 ddc455616bd6
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
equal deleted inserted replaced
18:47c74d1534e1 22:ddc455616bd6
   121   ;
   121   ;
   122 
   122 
   123   // construct/copy/destroy:
   123   // construct/copy/destroy:
   124   _STLP_DECLSPEC locale();
   124   _STLP_DECLSPEC locale();
   125   _STLP_DECLSPEC locale(const locale&) _STLP_NOTHROW;
   125   _STLP_DECLSPEC locale(const locale&) _STLP_NOTHROW;
   126   explicit locale(const char *);
   126   _STLP_DECLSPEC explicit locale(const char *);
   127   locale(const locale&, const char*, category);
   127   locale(const locale&, const char*, category);
   128 
   128 
   129   // those are for internal use
   129   // those are for internal use
   130   locale(_Locale_impl*);
   130   _STLP_DECLSPEC locale(_Locale_impl*);
   131   locale(_Locale_impl*, bool);
   131   _STLP_DECLSPEC locale(_Locale_impl*, bool);
   132 
   132 
   133 public:
   133 public:
   134 
   134 
   135 # if defined ( _STLP_MEMBER_TEMPLATES ) /* && defined (_STLP_FUNCTION_TMPL_PARTIAL_ORDER) */
   135 # if defined ( _STLP_MEMBER_TEMPLATES ) /* && defined (_STLP_FUNCTION_TMPL_PARTIAL_ORDER) */
   136   template <class _Facet> 
   136   template <class _Facet>