/home/ntakagi/work/STLport-5.1.5/src/num_get.cpp File Reference

#include "stlport_prefix.h"
#include <locale>
#include <istream>
#include <algorithm>

Go to the source code of this file.

Functions

_STLP_BEGIN_NAMESPACE _STLP_MOVE_TO_PRIV_NAMESPACE
bool _STLP_CALL 
__valid_grouping (const char *first1, const char *last1, const char *first2, const char *last2)
_STLP_DECLSPEC unsigned char
_STLP_CALL 
__digit_val_table (unsigned __index)
_STLP_DECLSPEC const char
*_STLP_CALL 
__narrow_atoms ()
bool _STLP_CALL __get_fdigit (wchar_t &c, const wchar_t *digits)
bool _STLP_CALL __get_fdigit_or_sep (wchar_t &c, wchar_t sep, const wchar_t *digits)

Variables

_STLP_MOVE_TO_STD_NAMESPACE
template class _STLP_CLASS_DECLSPEC 
istreambuf_iterator< char, char_traits< char > >
template class _STLP_CLASS_DECLSPEC istreambuf_iterator< wchar_t, char_traits< wchar_t > >


Function Documentation

_STLP_DECLSPEC unsigned char _STLP_CALL __digit_val_table ( unsigned  __index  ) 

Definition at line 54 of file num_get.cpp.

Referenced by __get_digit_from_table().

bool _STLP_CALL __get_fdigit ( wchar_t &  c,
const wchar_t *  digits 
)

Definition at line 78 of file num_get.cpp.

References find().

bool _STLP_CALL __get_fdigit_or_sep ( wchar_t &  c,
wchar_t  sep,
const wchar_t *  digits 
)

Definition at line 88 of file num_get.cpp.

References __get_fdigit().

_STLP_DECLSPEC const char* _STLP_CALL __narrow_atoms (  ) 

Definition at line 69 of file num_get.cpp.

Referenced by __get_base_or_zero().

_STLP_BEGIN_NAMESPACE _STLP_MOVE_TO_PRIV_NAMESPACE bool _STLP_CALL __valid_grouping ( const char *  first1,
const char *  last1,
const char *  first2,
const char *  last2 
)

Definition at line 38 of file num_get.cpp.

Referenced by __copy_grouped_digits(), __get_integer(), and __get_monetary_value().


Variable Documentation

_STLP_MOVE_TO_STD_NAMESPACE template class _STLP_CLASS_DECLSPEC istreambuf_iterator< char, char_traits< char > >

Definition at line 105 of file num_get.cpp.

template class _STLP_CLASS_DECLSPEC istreambuf_iterator< wchar_t, char_traits< wchar_t > >

Definition at line 110 of file num_get.cpp.



Generated on Mon Mar 10 15:32:47 2008 by  doxygen 1.5.1