/home/ntakagi/work/STLport-5.1.5/src/num_put.cpp File Reference#include "stlport_prefix.h"
#include <locale>
#include <ostream>
Go to the source code of this file.
|
Functions |
_STLP_MOVE_TO_PRIV_NAMESPACE
_STLP_DECLSPEC const char
*_STLP_CALL | __hex_char_table_lo () |
_STLP_DECLSPEC const char
*_STLP_CALL | __hex_char_table_hi () |
char *_STLP_CALL | __write_integer (char *buf, ios_base::fmtflags flags, long x) |
ptrdiff_t _STLP_CALL | __insert_grouping (char *first, char *last, const string &grouping, char separator, char Plus, char Minus, int basechars) |
| -------------------------------------
|
void _STLP_CALL | __insert_grouping (__iostring &str, size_t group_pos, const string &grouping, char separator, char Plus, char Minus, int basechars) |
ptrdiff_t _STLP_CALL | __insert_grouping (wchar_t *first, wchar_t *last, const string &grouping, wchar_t separator, wchar_t Plus, wchar_t Minus, int basechars) |
void _STLP_CALL | __insert_grouping (__iowstring &str, size_t group_pos, const string &grouping, wchar_t separator, wchar_t Plus, wchar_t Minus, int basechars) |
Variables |
_STLP_MOVE_TO_STD_NAMESPACE
template class _STLP_CLASS_DECLSPEC | ostreambuf_iterator< char, char_traits< char > > |
Function Documentation
_STLP_DECLSPEC const char* _STLP_CALL __hex_char_table_hi |
( |
|
) |
|
_STLP_MOVE_TO_PRIV_NAMESPACE _STLP_DECLSPEC const char* _STLP_CALL __hex_char_table_lo |
( |
|
) |
|
void _STLP_CALL __insert_grouping |
( |
__iowstring & |
str, |
|
|
size_t |
group_pos, |
|
|
const string & |
grouping, |
|
|
wchar_t |
separator, |
|
|
wchar_t |
Plus, |
|
|
wchar_t |
Minus, |
|
|
int |
basechars | |
|
) |
| | |
ptrdiff_t _STLP_CALL __insert_grouping |
( |
wchar_t * |
first, |
|
|
wchar_t * |
last, |
|
|
const string & |
grouping, |
|
|
wchar_t |
separator, |
|
|
wchar_t |
Plus, |
|
|
wchar_t |
Minus, |
|
|
int |
basechars | |
|
) |
| | |
void _STLP_CALL __insert_grouping |
( |
__iostring & |
str, |
|
|
size_t |
group_pos, |
|
|
const string & |
grouping, |
|
|
char |
separator, |
|
|
char |
Plus, |
|
|
char |
Minus, |
|
|
int |
basechars | |
|
) |
| | |
ptrdiff_t _STLP_CALL __insert_grouping |
( |
char * |
first, |
|
|
char * |
last, |
|
|
const string & |
grouping, |
|
|
char |
separator, |
|
|
char |
Plus, |
|
|
char |
Minus, |
|
|
int |
basechars | |
|
) |
| | |
Variable Documentation
Generated on Mon Mar 10 15:32:47 2008 by
1.5.1
|