man std::messages_byname (Fonctions bibliothèques) -

NAME

std::messages_byname -

SYNOPSIS



Inherits std::messages< CharT >< CharT >.

Public Types

typedef CharT char_type

Public typedefs. typedef basic_string< CharT > string_type

Public typedefs. typedef int catalog

Public Member Functions

catalog open (const basic_string< char > &s, const locale &__loc) const

string_type get (catalog c, int set, int __msgid, const string_type &s) const

void close (catalog c) const

Static Public Attributes

static locale::id id

Numpunct facet id.

Protected Member Functions

virtual ~messages_byname ()

char * M_convert_to_char (const string_type &__msg) const

string_type M_convert_from_char (char *) const

Static Protected Member Functions

static c_locale S_get_c_locale ()

static const char * S_get_c_name ()

Protected Attributes

c_locale M_c_locale_messages

const char * M_name_messages

Friends

class locale::Impl

Detailed Description

template<typename CharT> class std::messages_byname< CharT >

Definition at line 4467 of file locale_facets.h.

Member Typedef Documentation

template<typename CharT> typedef CharT std::messages_byname< CharT >::char_type

Public typedefs.

Reimplemented from std::messages< CharT >.

Definition at line 4470 of file locale_facets.h.

template<typename CharT> typedef basic_string<CharT> std::messages_byname< CharT >::string_type

Public typedefs.

Reimplemented from std::messages< CharT >.

Definition at line 4471 of file locale_facets.h.

Member Data Documentation

template<typename CharT> locale::id std::messages< CharT >::id [static, inherited]

Numpunct facet id.

Definition at line 4269 of file locale_facets.h.

Author

Generated automatically by Doxygen for libstdc++-v3 Source from the source code.