Whole document tree
    

Whole document tree

std::money_base struct Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::money_base Struct Reference

#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 {
  none, space, symbol, sign,
  value
}

Static Public Methods

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

Static Public Attributes

const pattern _S_default_pattern = {{symbol, sign, none, value}}

Member Enumeration Documentation

enum std::money_base::part
 

Enumeration values:
none 
space 
symbol 
sign 
value 

Definition at line 1286 of file locale_facets.h.


Member Function Documentation

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

Definition at line 164 of file locale.cc.

References std::money_base::pattern::field, none, sign, space, symbol, and value.


Member Data Documentation

const money_base::pattern std::money_base::_S_default_pattern = {{symbol, sign, none, value}} [static]
 

Definition at line 611 of file locale.cc.


The documentation for this struct was generated from the following files:
Generated on Mon Apr 8 03:19:09 2002 for libstdc++-v3 Source by doxygen1.2.15