time_get_byname man page on SunOS

Man page or keyword search:  
man Server   20652 pages
apropos Keyword Search (all sections)
Output format
SunOS logo
[printable version]

time_get_byname(3C++)		       -		 time_get_byname(3C++)

Standard C++ Library Copyright 1998, Rogue Wave Software, Inc.

NAME
       time_get_byname

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

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_tem‐
       plate, 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
       template <class charT, class InputIterator =
	 istreambuf_iterator<charT> >
class time_get_byname : public time_get<;charT, InputIterator> {
public:
 explicit time_get_byname(const char*, size_t = 0);
protected:
  ~time_get_byname();  // virtual
 virtual dateorder do_date_order()  const;
 virtual iter_type do_get_time(iter_type, iter_type,
	 ios_base&, ios_base::iostate&, tm*) const;
 virtual iter_type do_get_date(iter_type, iter_type,
	 ios_base::iostate&, tm*) const;
 virtual iter_type do_get_weekday(iter_type, iter_type,
	 ios_base&, ios_base::iostate& err, tm*) const;
 virtual iter_type do_get_monthname(iter_type, iter_type,
	ios_base&, ios_base::iostate&, tm*) const;
 virtual iter_type do_get_year(iter_type, iter_type,
	 ios_base&, ios_base::iostate&, tm*) const;
};

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

   Constructs a time_get_byname facet, which is a time	formatting  facet  for
   input  relative  to the named locale specified by the name argument. If the
   refs argument is 0, then destruction of the	object	is  delegated  to  the
   locale,  or locales, containing it. This allows the user to ignore lifetime
   management issues. On the other hand, if refs is 1, then the object must be
   explicitly deleted; the locale does not do so. In this case, the object can
   be maintained across the lifetime of multiple locales.

SEE ALSO
       locale, facets, time_get, time_put_byname

Rogue Wave Software		  02 Apr 1998		 time_get_byname(3C++)
[top]

List of man pages available for SunOS

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net