std::money_base Class Reference

Inheritance diagram for std::money_base:

Inheritance graph

List of all members.


Detailed Description

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.
See also:
moneypunct::pos_format() and moneypunct::neg_format() for details of how these fields are interpreted.

Definition at line 3522 of file locale_facets.h.

Public Types

Static Public Member Functions

Static Public Attributes

Classes


Member Enumeration Documentation

anonymous enum

Enumerator:
_S_minus 
_S_zero 
_S_end 

Definition at line 3530 of file locale_facets.h.

enum std::money_base::part

Enumerator:
none 
space 
symbol 
sign 
value 

Definition at line 3525 of file locale_facets.h.


The documentation for this class was generated from the following file:
Generated on Sat Sep 29 00:37:07 2007 for libstdc++ by  doxygen 1.5.3