libstdc++
locale_facets_nonio.h File Reference

Go to the source code of this file.

Classes

class  std::messages< _CharT >
 Primary class template messages.This facet encapsulates the code to retrieve messages from message catalogs. The only thing defined by the standard for this facet is the interface. All underlying functionality is implementation-defined. More...
struct  std::messages_base
 Messages facet base class providing catalog typedef. More...
class  std::messages_byname< _CharT >
 class messages_byname [22.2.7.2]. More...
class  std::money_base
 Money format ordering data.This class contains an ordered array of 4 fields to represent the pattern for formatting a money amount. Each field may contain one entry from the part enum. symbol, sign, and value must be present and the remaining field must contain either none or space. More...
class  std::money_get< _CharT, _InIter >
 Primary class template money_get.This facet encapsulates the code to parse and return a monetary amount from a string. More...
class  std::money_put< _CharT, _OutIter >
 Primary class template money_put.This facet encapsulates the code to format and output a monetary amount. More...
class  std::moneypunct< _CharT, _Intl >
 Primary class template moneypunct.This facet encapsulates the punctuation, grouping and other formatting features of money amount string representations. More...
class  std::moneypunct_byname< _CharT, _Intl >
 class moneypunct_byname [22.2.6.4]. More...
class  std::time_base
 Time format ordering data.This class provides an enum representing different orderings of time: day, month, and year. More...
class  std::time_get< _CharT, _InIter >
 Primary class template time_get.This facet encapsulates the code to parse and return a date or time from a string. It is used by the istream numeric extraction operators. More...
class  std::time_get_byname< _CharT, _InIter >
 class time_get_byname [22.2.5.2]. More...
class  std::time_put< _CharT, _OutIter >
 Primary class template time_put.This facet encapsulates the code to format and output dates and times according to formats used by strftime(). More...
class  std::time_put_byname< _CharT, _OutIter >
 class time_put_byname [22.2.5.4]. More...

Namespaces

namespace  std

Detailed Description

This is an internal header file, included by other library headers. Do not attempt to use it directly. Instead, include <locale>.

Definition in file locale_facets_nonio.h.