std::money_base Class Reference

Money format ordering data. More...

#include <locale_facets.h>

Inheritance diagram for std::money_base:

Inheritance graph
[legend]
Collaboration diagram for std::money_base:

Collaboration graph
[legend]
List of all members.

Public Types

enum  part
enum  

Static Public Attributes

static const pattern S_default_pattern
static const char * S_atoms

Classes

struct  pattern

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 3441 of file locale_facets.h.


The documentation for this class was generated from the following files:
Generated on Fri Sep 16 11:05:14 2005 for libstdc++-v3 Source by  doxygen 1.4.4