/home/ntakagi/work/STLport-5.1.5/src/acquire_release.h File Reference

#include "c_locale.h"

Go to the source code of this file.

Functions

_STLP_BEGIN_NAMESPACE _STLP_MOVE_TO_PRIV_NAMESPACE
_Locale_ctype *_STLP_CALL 
__acquire_ctype (const char *name, _Locale_name_hint *hint)
_Locale_numeric *_STLP_CALL __acquire_numeric (const char *name, _Locale_name_hint *hint)
_Locale_collate *_STLP_CALL __acquire_collate (const char *name, _Locale_name_hint *hint)
_Locale_monetary *_STLP_CALL __acquire_monetary (const char *name, _Locale_name_hint *hint)
_Locale_messages *_STLP_CALL __acquire_messages (const char *name, _Locale_name_hint *hint)
void _STLP_CALL __release_ctype (_Locale_ctype *cat)
void _STLP_CALL __release_numeric (_Locale_numeric *cat)
void _STLP_CALL __release_collate (_Locale_collate *cat)
void _STLP_CALL __release_monetary (_Locale_monetary *cat)
void _STLP_CALL __release_messages (_Locale_messages *cat)


Function Documentation

_Locale_collate* _STLP_CALL __acquire_collate ( const char *  name,
_Locale_name_hint hint 
)

Definition at line 226 of file locale_catalog.cpp.

References __REINTERPRET_CAST, and _Locale_extract_collate_name().

_STLP_BEGIN_NAMESPACE _STLP_MOVE_TO_PRIV_NAMESPACE _Locale_ctype* _STLP_CALL __acquire_ctype ( const char *  name,
_Locale_name_hint hint 
)

Definition at line 211 of file locale_catalog.cpp.

References __REINTERPRET_CAST, and _Locale_extract_ctype_name().

_Locale_messages* _STLP_CALL __acquire_messages ( const char *  name,
_Locale_name_hint hint 
)

_Locale_monetary* _STLP_CALL __acquire_monetary ( const char *  name,
_Locale_name_hint hint 
)

Definition at line 231 of file locale_catalog.cpp.

References __REINTERPRET_CAST, and _Locale_extract_monetary_name().

_Locale_numeric* _STLP_CALL __acquire_numeric ( const char *  name,
_Locale_name_hint hint 
)

Definition at line 216 of file locale_catalog.cpp.

References __REINTERPRET_CAST, and _Locale_extract_numeric_name().

void _STLP_CALL __release_collate ( _Locale_collate cat  ) 

void _STLP_CALL __release_messages ( _Locale_messages cat  ) 

Definition at line 252 of file locale_catalog.cpp.

Referenced by _Messages_impl::~_Messages_impl().

void _STLP_CALL __release_monetary ( _Locale_monetary cat  ) 

Definition at line 250 of file locale_catalog.cpp.

void _STLP_CALL __release_numeric ( _Locale_numeric cat  ) 



Generated on Mon Mar 10 15:32:47 2008 by  doxygen 1.5.1