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

std::time_get Class Template Reference

#include <locale_facets.h>

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

Inherited by std::time_get_byname.

List of all members.

Public Types


Public Methods


Static Public Attributes


Protected Methods


Protected Attributes

template<typename _CharT, typename _InIter> class std::time_get


Member Typedef Documentation

typedef _CharT char_type
 

Reimplemented in std::time_get_byname.

typedef _InIter iter_type
 

Reimplemented in std::time_get_byname.


Constructor & Destructor Documentation

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

~time_get ( ) [inline, protected, virtual]
 


Member Function Documentation

dateorder date_order ( ) const [inline]
 

iter_type get_time ( iter_type __s,
iter_type __end,
ios_base & __f,
ios_base::iostate & __err,
tm * __t ) const [inline]
 

iter_type get_date ( iter_type __s,
iter_type __end,
ios_base & __f,
ios_base::iostate & __err,
tm * __t ) const [inline]
 

iter_type get_weekday ( iter_type __s,
iter_type __end,
ios_base & __f,
ios_base::iostate & __err,
tm * __t ) const [inline]
 

iter_type get_monthname ( iter_type __s,
iter_type __end,
ios_base & __f,
ios_base::iostate & __err,
tm * __t ) const [inline]
 

iter_type get_year ( iter_type __s,
iter_type __end,
ios_base & __f,
ios_base::iostate & __err,
tm * __t ) const [inline]
 

dateorder do_date_order ( ) const [inline, protected, virtual]
 

iter_type do_get_time ( iter_type __s,
iter_type,
ios_base &,
ios_base::iostate &,
tm * ) const [inline, protected, virtual]
 

iter_type do_get_date ( iter_type __s,
iter_type,
ios_base &,
ios_base::iostate &,
tm * ) const [inline, protected, virtual]
 

virtual iter_type do_get_weekday ( iter_type __s,
iter_type __end,
ios_base &,
ios_base::iostate & __err,
tm * __t ) const [protected, virtual]
 

virtual iter_type do_get_monthname ( iter_type __s,
iter_type __end,
ios_base &,
ios_base::iostate & __err,
tm * __t ) const [protected, virtual]
 

iter_type do_get_year ( iter_type __s,
iter_type,
ios_base &,
ios_base::iostate &,
tm * ) const [inline, protected, virtual]
 


Member Data Documentation

locale::id id [static]
 

basic_string<_CharT>* _M_daynames [protected]
 

basic_string<_CharT>* _M_monthnames [protected]
 


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