ReactOS 0.4.15-dev-7924-g5949c20
monetary.cpp File Reference
#include "stlport_prefix.h"
#include <locale>
#include <istream>
Include dependency graph for monetary.cpp:

Go to the source code of this file.

Functions

static _STLP_BEGIN_NAMESPACE void _Init_monetary_formats (money_base::pattern &pos_format, money_base::pattern &neg_format)
 

Variables

static const string _S_empty_string
 
static const wstring _S_empty_wstring
 
template class _STLP_CLASS_DECLSPEC money_get< char, istreambuf_iterator< char, char_traits< char > > >
 
template class _STLP_CLASS_DECLSPEC money_put< char, ostreambuf_iterator< char, char_traits< char > > >
 
template class _STLP_CLASS_DECLSPEC money_get< wchar_t, istreambuf_iterator< wchar_t, char_traits< wchar_t > > >
 
template class _STLP_CLASS_DECLSPEC money_put< wchar_t, ostreambuf_iterator< wchar_t, char_traits< wchar_t > > >
 

Function Documentation

◆ _Init_monetary_formats()

static _STLP_BEGIN_NAMESPACE void _Init_monetary_formats ( money_base::pattern pos_format,
money_base::pattern neg_format 
)
static

Definition at line 25 of file monetary.cpp.

26 {
27 pos_format.field[0] = (char) money_base::symbol;
28 pos_format.field[1] = (char) money_base::sign;
29 pos_format.field[2] = (char) money_base::none;
30 pos_format.field[3] = (char) money_base::value;
31
32 neg_format.field[0] = (char) money_base::symbol;
33 neg_format.field[1] = (char) money_base::sign;
34 neg_format.field[2] = (char) money_base::none;
35 neg_format.field[3] = (char) money_base::value;
36}
unsigned char
Definition: typeof.h:29

Variable Documentation

◆ _S_empty_string

◆ _S_empty_wstring

◆ money_get< char, istreambuf_iterator< char, char_traits< char > > >

◆ money_get< wchar_t, istreambuf_iterator< wchar_t, char_traits< wchar_t > > >

◆ money_put< char, ostreambuf_iterator< char, char_traits< char > > >

◆ money_put< wchar_t, ostreambuf_iterator< wchar_t, char_traits< wchar_t > > >