Rogue Wave banner
Previous fileTop of documentContentsIndexNext file

time_get_byname


inherits fromtime_get_base time_get_bynameinherits fromtime_get inherits fromlocale::facet

Summary

A time formatting facet for input, based on the named locales.

Data Type and Member Function Indexes
(exclusive of constructors and destructors)

None

Synopsis

#include <locale>
template <class charT, class InputIterator = 
          istreambuf_iterator<charT> >
class time_get_byname;

Description

The time_get_byname template has the same function as the time_get.template, but is specific to a particular named locale. For a description of the member functions of time_get_byname, see the reference for time_get.

Interface

Constructors

explicit time_get_byname(const char* name, 
                           size_t refs = 0); 

See Also

locale, facets, time_get, time_put_byname



Previous fileTop of documentContentsIndexNext file
©Copyright 1998, Rogue Wave Software, Inc.
Send mail to report errors or comment on the documentation.
OEM Release, June 1998