messages< char > Class Template Reference

#include <stdapis/stlport/stl/_messages_facets.h>

template <>
class messages< char > : public locale::facet, public messages_base

Inherits from

Public Member Type Definitions
typedef messages_base::catalog catalog
typedefchar char_type
typedef string string_type
Public Attributes
_STLP_STATIC_MEMBER_DECLSPEC locale::idid
Public Member Functions
messages(size_t)
messages(_Messages *)
voidclose(catalog)
string_type get(catalog, int, int, const string_type &)
catalog open(const string &, const locale &)
Protected Member Functions
messages(size_t, _Locale_messages *)
~messages()
void_M_initialize(const char *)
virtual _STLP_DECLSPEC voiddo_close(catalog)
virtual _STLP_DECLSPEC string_typedo_get(catalog, int, int, const string_type &)
virtual _STLP_DECLSPEC catalogdo_open(const string &, const locale &)
Inherited Functions
locale::facet::facet(size_t)
locale::facet::~facet()

Member Type Definition Documentation

Typedef catalog

typedef messages_base::catalog catalog

Typedef char_type

typedef charchar_type

Typedef string_type

typedef string string_type

Member Attribute Documentation

id

_STLP_STATIC_MEMBER_DECLSPEC locale::idid[static]

Constructor & Destructor Documentation

messages ( size_t )

_STLP_DECLSPECmessages(size_t__refs = 0)[explicit]

messages ( _Messages * )

_STLP_DECLSPECmessages(_Messages *)

messages ( size_t, _Locale_messages * )

_STLP_DECLSPECmessages(size_t,
_Locale_messages *
)[protected]

~messages ( )

_STLP_DECLSPEC~messages()[protected]

Member Function Documentation

_M_initialize ( const char * )

void_M_initialize(const char *__name)[protected]

close ( catalog )

voidclose(catalog__c)const [inline]

do_close ( catalog )

_STLP_DECLSPEC voiddo_close(catalog__c)const [protected, virtual]

do_get ( catalog, int, int, const string_type & )

_STLP_DECLSPEC string_typedo_get(catalog__c,
int__set,
int__msgid,
const string_type &__dfault
)const [protected, virtual]

do_open ( const string &, const locale & )

_STLP_DECLSPEC catalogdo_open(const string &__fn,
const locale &__loc
)const [protected, virtual]

get ( catalog, int, int, const string_type & )

string_type get(catalog__c,
int__set,
int__msgid,
const string_type &__dfault
)const [inline]

open ( const string &, const locale & )

catalog open(const string &__fn,
const locale &__loc
)const [inline]