#include <locale_facets.h>
Inheritance diagram for std::money_base:


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}} |
|
|
Definition at line 1286 of file locale_facets.h. |
|
||||||||||||||||
|
Definition at line 164 of file locale.cc. References std::money_base::pattern::field, none, sign, space, symbol, and value. |
|
|
|
1.2.15