Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::messages Class Template Reference

#include <locale_facets.h>

Inherits std::locale::facet, and std::messages_base.

Inherited by std::messages_byname.

List of all members.

Public Types


Public Methods


Static Public Attributes


Protected Methods

template<typename _CharT> class std::messages


Member Typedef Documentation

typedef _CharT char_type
 

Reimplemented in std::messages_byname.

typedef basic_string<_CharT> string_type
 

Reimplemented in std::messages_byname.


Constructor & Destructor Documentation

messages ( size_t __refs = 0 ) [inline, explicit]
 

~messages ( ) [inline, protected, virtual]
 


Member Function Documentation

catalog open ( const basic_string< char > & __s,
const locale & __loc ) const [inline]
 

string_type get ( catalog __c,
int __set,
int __msgid,
const string_type & __s ) const [inline]
 

void close ( catalog __c ) const [inline]
 

catalog do_open ( const basic_string< char > &,
const locale & ) const [inline, protected, virtual]
 

string_type do_get ( catalog,
int,
int,
const string_type & __dfault ) const [inline, protected, virtual]
 

void do_close ( catalog ) const [inline, protected, virtual]
 


Member Data Documentation

locale::id id [static]
 


The documentation for this class was generated from the following file:
Generated at Fri Apr 6 15:54:34 2001 for libstdc++ by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001