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>

Inheritance diagram for std::time_get:

Inheritance graph
[legend]
Collaboration diagram for std::time_get:

Collaboration graph
[legend]
List of all members.

Public Types

typedef _CharT char_type
typedef _InIter iter_type

Public Methods

 time_get (size_t __refs=0)
dateorder date_order () const
iter_type get_time (iter_type __s, iter_type __end, ios_base &__f, ios_base::iostate &__err, tm *__t) const
iter_type get_date (iter_type __s, iter_type __end, ios_base &__f, ios_base::iostate &__err, tm *__t) const
iter_type get_weekday (iter_type __s, iter_type __end, ios_base &__f, ios_base::iostate &__err, tm *__t) const
iter_type get_monthname (iter_type __s, iter_type __end, ios_base &__f, ios_base::iostate &__err, tm *__t) const
iter_type get_year (iter_type __s, iter_type __end, ios_base &__f, ios_base::iostate &__err, tm *__t) const

Static Public Attributes

locale::id id

Protected Methods

virtual ~time_get ()
virtual dateorder do_date_order () const
virtual iter_type do_get_time (iter_type __s, iter_type, ios_base &, ios_base::iostate &, tm *) const
virtual iter_type do_get_date (iter_type __s, iter_type, ios_base &, ios_base::iostate &, tm *) const
virtual iter_type do_get_weekday (iter_type __s, iter_type __end, ios_base &, ios_base::iostate &__err, tm *__t) const
virtual iter_type do_get_monthname (iter_type __s, iter_type __end, ios_base &, ios_base::iostate &__err, tm *__t) const
virtual iter_type do_get_year (iter_type __s, iter_type, ios_base &, ios_base::iostate &, tm *) const

Protected Attributes

basic_string<_CharT>* _M_daynames
basic_string<_CharT>* _M_monthnames

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


Member Typedef Documentation

template<typename _CharT, typename _InIter>
typedef _CharT std::time_get<_CharT, _InIter>::char_type
 

Reimplemented in std::time_get_byname.

Definition at line 1004 of file locale_facets.h.

template<typename _CharT, typename _InIter>
typedef _InIter std::time_get<_CharT, _InIter>::iter_type
 

Reimplemented in std::time_get_byname.

Definition at line 1005 of file locale_facets.h.


Constructor & Destructor Documentation

template<typename _CharT, typename _InIter>
std::time_get<_CharT, _InIter>::time_get<_CharT, _InIter> ( size_t __refs = 0 ) [inline, explicit]
 

Definition at line 1010 of file locale_facets.h.

template<typename _CharT, typename _InIter>
std::time_get<_CharT, _InIter>::~time_get<_CharT, _InIter> ( ) [inline, protected, virtual]
 

Definition at line 1044 of file locale_facets.h.


Member Function Documentation

template<typename _CharT, typename _InIter>
dateorder std::time_get<_CharT, _InIter>::date_order ( ) const [inline]
 

Definition at line 1014 of file locale_facets.h.

template<typename _CharT, typename _InIter>
dateorder std::time_get<_CharT, _InIter>::do_date_order ( ) const [inline, protected, virtual]
 

Definition at line 1051 of file locale_facets.h.

Referenced by date_order().

template<typename _CharT, typename _InIter>
iter_type std::time_get<_CharT, _InIter>::do_get_date ( iter_type __s,
iter_type,
ios_base &,
ios_base::iostate &,
tm * ) const [inline, protected, virtual]
 

Definition at line 1060 of file locale_facets.h.

Referenced by get_date().

template<typename _CharT, typename _InIter>
virtual iter_type std::time_get<_CharT, _InIter>::do_get_monthname ( iter_type __s,
iter_type __end,
ios_base &,
ios_base::iostate & __err,
tm * __t ) const [protected, virtual]
 

Referenced by get_monthname().

template<typename _CharT, typename _InIter>
iter_type std::time_get<_CharT, _InIter>::do_get_time ( iter_type __s,
iter_type,
ios_base &,
ios_base::iostate &,
tm * ) const [inline, protected, virtual]
 

Definition at line 1055 of file locale_facets.h.

Referenced by get_time().

template<typename _CharT, typename _InIter>
virtual iter_type std::time_get<_CharT, _InIter>::do_get_weekday ( iter_type __s,
iter_type __end,
ios_base &,
ios_base::iostate & __err,
tm * __t ) const [protected, virtual]
 

Referenced by get_weekday().

template<typename _CharT, typename _InIter>
iter_type std::time_get<_CharT, _InIter>::do_get_year ( iter_type __s,
iter_type,
ios_base &,
ios_base::iostate &,
tm * ) const [inline, protected, virtual]
 

Definition at line 1073 of file locale_facets.h.

Referenced by get_year().

template<typename _CharT, typename _InIter>
iter_type std::time_get<_CharT, _InIter>::get_date ( iter_type __s,
iter_type __end,
ios_base & __f,
ios_base::iostate & __err,
tm * __t ) const [inline]
 

Definition at line 1023 of file locale_facets.h.

template<typename _CharT, typename _InIter>
iter_type std::time_get<_CharT, _InIter>::get_monthname ( iter_type __s,
iter_type __end,
ios_base & __f,
ios_base::iostate & __err,
tm * __t ) const [inline]
 

Definition at line 1033 of file locale_facets.h.

template<typename _CharT, typename _InIter>
iter_type std::time_get<_CharT, _InIter>::get_time ( iter_type __s,
iter_type __end,
ios_base & __f,
ios_base::iostate & __err,
tm * __t ) const [inline]
 

Definition at line 1018 of file locale_facets.h.

template<typename _CharT, typename _InIter>
iter_type std::time_get<_CharT, _InIter>::get_weekday ( iter_type __s,
iter_type __end,
ios_base & __f,
ios_base::iostate & __err,
tm * __t ) const [inline]
 

Definition at line 1028 of file locale_facets.h.

template<typename _CharT, typename _InIter>
iter_type std::time_get<_CharT, _InIter>::get_year ( iter_type __s,
iter_type __end,
ios_base & __f,
ios_base::iostate & __err,
tm * __t ) const [inline]
 

Definition at line 1038 of file locale_facets.h.


Member Data Documentation

template<typename _CharT, typename _InIter>
basic_string<_CharT>* std::time_get<_CharT, _InIter>::_M_daynames [protected]
 

Definition at line 1077 of file locale_facets.h.

template<typename _CharT, typename _InIter>
basic_string<_CharT>* std::time_get<_CharT, _InIter>::_M_monthnames [protected]
 

Definition at line 1078 of file locale_facets.h.

template<typename _CharT, typename _InIter>
locale::id std::time_get<_CharT, _InIter>::id [static]
 

Definition at line 1007 of file locale_facets.h.


The documentation for this class was generated from the following file:
Generated at Tue May 1 16:30:31 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001