.TH "std::messages_byname< _CharT >" 3cxx "Sun Jan 8 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::messages_byname< _CharT > \- class messages_byname [22\&.2\&.7\&.2]\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBstd::messages< _CharT >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef int \fBcatalog\fP" .br .ti -1c .RI "typedef _CharT \fBchar_type\fP" .br .ti -1c .RI "typedef \fBbasic_string\fP< _CharT > \fBstring_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBmessages_byname\fP (const char *__s, size_t __refs=0)" .br .ti -1c .RI "\fBmessages_byname\fP (const \fBstring\fP &__s, size_t __refs=0)" .br .ti -1c .RI "void \fBclose\fP (catalog __c) const" .br .ti -1c .RI "\fBstring_type\fP \fBget\fP (catalog __c, int __set, int __msgid, const \fBstring_type\fP &__s) const" .br .ti -1c .RI "catalog \fBopen\fP (const \fBbasic_string\fP< char > &, const \fBlocale\fP &, const char *) const" .br .ti -1c .RI "catalog \fBopen\fP (const \fBbasic_string\fP< char > &__s, const \fBlocale\fP &__loc) const" .br .in -1c .SS "Static Public Attributes" .in +1c .ti -1c .RI "static \fBlocale::id\fP \fBid\fP" .br .RI "Numpunct facet id\&. " .in -1c .SS "Protected Member Functions" .in +1c .ti -1c .RI "\fBstring_type\fP \fB_M_convert_from_char\fP (char *) const" .br .ti -1c .RI "char * \fB_M_convert_to_char\fP (const \fBstring_type\fP &__msg) const" .br .ti -1c .RI "virtual void \fBdo_close\fP (catalog) const" .br .ti -1c .RI "void \fBdo_close\fP (catalog) const" .br .ti -1c .RI "void \fBdo_close\fP (catalog) const" .br .ti -1c .RI "\fBstring\fP \fBdo_get\fP (catalog, int, int, const \fBstring\fP &) const" .br .RI "Specializations for required instantiations\&. " .ti -1c .RI "virtual \fBstring_type\fP \fBdo_get\fP (catalog, int, int, const \fBstring_type\fP &__dfault) const" .br .ti -1c .RI "\fBwstring\fP \fBdo_get\fP (catalog, int, int, const \fBwstring\fP &) const" .br .ti -1c .RI "virtual catalog \fBdo_open\fP (const \fBbasic_string\fP< char > &, const \fBlocale\fP &) const" .br .ti -1c .RI "\fBmessages\fP< char >::catalog \fBdo_open\fP (const \fBbasic_string\fP< char > &, const \fBlocale\fP &) const" .br .ti -1c .RI "\fBmessages\fP< wchar_t >::catalog \fBdo_open\fP (const \fBbasic_string\fP< char > &, const \fBlocale\fP &) const" .br .in -1c .SS "Static Protected Member Functions" .in +1c .ti -1c .RI "static __c_locale \fB_S_clone_c_locale\fP (__c_locale &__cloc) throw ()" .br .ti -1c .RI "static void \fB_S_create_c_locale\fP (__c_locale &__cloc, const char *__s, __c_locale __old=0)" .br .ti -1c .RI "static void \fB_S_destroy_c_locale\fP (__c_locale &__cloc)" .br .ti -1c .RI "static __c_locale \fB_S_get_c_locale\fP ()" .br .ti -1c .RI "static const char * \fB_S_get_c_name\fP () throw ()" .br .ti -1c .RI "static __c_locale \fB_S_lc_ctype_c_locale\fP (__c_locale __cloc, const char *__s)" .br .in -1c .SS "Protected Attributes" .in +1c .ti -1c .RI "__c_locale \fB_M_c_locale_messages\fP" .br .ti -1c .RI "const char * \fB_M_name_messages\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template .br class std::messages_byname< _CharT >"class messages_byname [22\&.2\&.7\&.2]\&. .PP Definition at line \fB2037\fP of file \fBlocale\fP\&. .SH "Member Typedef Documentation" .PP .SS "typedef int std::messages_base::catalog\fC [inherited]\fP" .PP Definition at line \fB1826\fP of file \fBlocale\fP\&. .SS "template typedef _CharT \fBstd::messages_byname\fP< _CharT >::char_type" .PP Definition at line \fB2040\fP of file \fBlocale\fP\&. .SS "template typedef \fBbasic_string\fP<_CharT> \fBstd::messages_byname\fP< _CharT >::string_type" .PP Definition at line \fB2041\fP of file \fBlocale\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template \fBstd::messages_byname\fP< _CharT >::messages_byname (const char * __s, size_t __refs = \fC0\fP)\fC [explicit]\fP" .PP Definition at line \fB104\fP of file \fBmessages_members\&.h\fP\&. .SS "template \fBstd::messages_byname\fP< _CharT >::messages_byname (const \fBstring\fP & __s, size_t __refs = \fC0\fP)\fC [inline]\fP, \fC [explicit]\fP" .PP Definition at line \fB2048\fP of file \fBlocale\fP\&. .SS "template virtual \fBstd::messages_byname\fP< _CharT >::~\fBmessages_byname\fP ()\fC [inline]\fP, \fC [protected]\fP, \fC [virtual]\fP" .PP Definition at line \fB2054\fP of file \fBlocale\fP\&. .SH "Member Function Documentation" .PP .SS "template \fBstring_type\fP \fBstd::messages\fP< _CharT >::_M_convert_from_char (char *) const\fC [inline]\fP, \fC [protected]\fP, \fC [inherited]\fP" .PP Definition at line \fB2014\fP of file \fBlocale\fP\&. .SS "template char * \fBstd::messages\fP< _CharT >::_M_convert_to_char (const \fBstring_type\fP & __msg) const\fC [inline]\fP, \fC [protected]\fP, \fC [inherited]\fP" .PP Definition at line \fB2006\fP of file \fBlocale\fP\&. .SS "template void \fBstd::messages\fP< _CharT >::close (catalog __c) const\fC [inline]\fP, \fC [inherited]\fP" .PP Definition at line \fB1955\fP of file \fBlocale\fP\&. .SS "template void \fBstd::messages\fP< _CharT >::do_close (catalog) const\fC [protected]\fP, \fC [virtual]\fP, \fC [inherited]\fP" .PP Definition at line \fB99\fP of file \fBmessages_members\&.h\fP\&. .SS "\fBstring\fP \fBstd::messages\fP< char >::do_get (catalog, int, int, const \fBstring\fP &) const\fC [protected]\fP, \fC [inherited]\fP" .PP Specializations for required instantiations\&. .SS "template \fBmessages\fP< _CharT >::catalog \fBstd::messages\fP< _CharT >::do_open (const \fBbasic_string\fP< char > & __s, const \fBlocale\fP &) const\fC [protected]\fP, \fC [virtual]\fP, \fC [inherited]\fP" .PP Definition at line \fB88\fP of file \fBmessages_members\&.h\fP\&. .SS "template \fBstring_type\fP \fBstd::messages\fP< _CharT >::get (catalog __c, int __set, int __msgid, const \fBstring_type\fP & __s) const\fC [inline]\fP, \fC [inherited]\fP" .PP Definition at line \fB1944\fP of file \fBlocale\fP\&. .SS "template \fBmessages\fP< _CharT >::catalog \fBstd::messages\fP< _CharT >::open (const \fBbasic_string\fP< char > & __s, const \fBlocale\fP & __loc, const char * __dir) const\fC [inherited]\fP" .PP Definition at line \fB70\fP of file \fBmessages_members\&.h\fP\&. .SS "template catalog \fBstd::messages\fP< _CharT >::open (const \fBbasic_string\fP< char > & __s, const \fBlocale\fP & __loc) const\fC [inline]\fP, \fC [inherited]\fP" .PP Definition at line \fB1908\fP of file \fBlocale\fP\&. .SH "Member Data Documentation" .PP .SS "template __c_locale \fBstd::messages\fP< _CharT >::_M_c_locale_messages\fC [protected]\fP, \fC [inherited]\fP" .PP Definition at line \fB1866\fP of file \fBlocale\fP\&. .SS "template const char* \fBstd::messages\fP< _CharT >::_M_name_messages\fC [protected]\fP, \fC [inherited]\fP" .PP Definition at line \fB1867\fP of file \fBlocale\fP\&. .SS "template \fBlocale::id\fP \fBstd::messages\fP< _CharT >::id\fC [static]\fP, \fC [inherited]\fP" .PP Numpunct facet id\&. .PP Definition at line \fB1871\fP of file \fBlocale\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.