std::money_base Class Reference

Money format ordering data. More...

#include <locale_facets.h>

Inheritance diagram for std::money_base:

std::moneypunct< _CharT, _Intl > std::moneypunct_byname< _CharT, _Intl > List of all members.

Public Types

enum  part {
  none, space, symbol, sign,
  value
}
enum  { _S_minus, _S_zero, _S_end = 11 }

Static Public Member Functions

pattern _S_construct_pattern (char __precedes, char __space, char __posn)

Static Public Attributes

const pattern _S_default_pattern
const char * _S_atoms

Detailed Description

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.

See also:
moneypunct::pos_format() and moneypunct::neg_format() for details of how these fields are interpreted.

Definition at line 3918 of file locale_facets.h.


Member Enumeration Documentation

anonymous enum
 

Enumeration values:
_S_minus 
_S_zero 
_S_end 

Definition at line 3926 of file locale_facets.h.

enum std::money_base::part
 

Enumeration values:
none 
space 
symbol 
sign 
value 

Definition at line 3921 of file locale_facets.h.


Member Function Documentation

pattern std::money_base::_S_construct_pattern char  __precedes,
char  __space,
char  __posn
[static]
 


Member Data Documentation

const char* std::money_base::_S_atoms [static]
 

Definition at line 3935 of file locale_facets.h.

const pattern std::money_base::_S_default_pattern [static]
 

Definition at line 3924 of file locale_facets.h.


The documentation for this class was generated from the following file:
Generated on Tue Jan 30 17:32:14 2007 for GNU C++ STL by doxygen 1.3.6