STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Member Functions | List of all members
num_get< _Elem, _InIt > Class Template Reference
Inheritance diagram for num_get< _Elem, _InIt >:
locale::facet _Facet_base

Public Types

typedef numpunct< _Elem > _Mypunct
 
typedef basic_string< _Elem, char_traits< _Elem >, allocator< _Elem > > _Mystr
 
typedef _Elem char_type
 
typedef _InIt iter_type
 

Public Member Functions

__CLR_OR_THIS_CALL num_get (size_t _Refs=0)
 
__CLR_OR_THIS_CALL num_get (const _Locinfo &_Lobj, size_t _Refs=0)
 
_InIt __CLR_OR_THIS_CALL get (_InIt _First, _InIt _Last, ios_base &_Iosbase, ios_base::iostate &_State, _Bool &_Val) const
 
_InIt __CLR_OR_THIS_CALL get (_InIt _First, _InIt _Last, ios_base &_Iosbase, ios_base::iostate &_State, unsigned short &_Val) const
 
_InIt __CLR_OR_THIS_CALL get (_InIt _First, _InIt _Last, ios_base &_Iosbase, ios_base::iostate &_State, unsigned int &_Val) const
 
_InIt __CLR_OR_THIS_CALL get (_InIt _First, _InIt _Last, ios_base &_Iosbase, ios_base::iostate &_State, long &_Val) const
 
_InIt __CLR_OR_THIS_CALL get (_InIt _First, _InIt _Last, ios_base &_Iosbase, ios_base::iostate &_State, unsigned long &_Val) const
 
_InIt __CLR_OR_THIS_CALL get (_InIt _First, _InIt _Last, ios_base &_Iosbase, ios_base::iostate &_State, float &_Val) const
 
_InIt __CLR_OR_THIS_CALL get (_InIt _First, _InIt _Last, ios_base &_Iosbase, ios_base::iostate &_State, double &_Val) const
 
_InIt __CLR_OR_THIS_CALL get (_InIt _First, _InIt _Last, ios_base &_Iosbase, ios_base::iostate &_State, long double &_Val) const
 
_InIt __CLR_OR_THIS_CALL get (_InIt _First, _InIt _Last, ios_base &_Iosbase, ios_base::iostate &_State, void *&_Val) const
 
- Public Member Functions inherited from locale::facet
virtual void __CLR_OR_THIS_CALL _Incref ()
 
virtual _Facet_base *__CLR_OR_THIS_CALL _Decref ()
 
__CLR_OR_THIS_CALL facet (const facet &)=delete
 
facet &__CLR_OR_THIS_CALL operator= (const facet &)=delete
 
- Public Member Functions inherited from _Facet_base
virtual __CLR_OR_THIS_CALL ~_Facet_base () _NOEXCEPT
 

Static Public Member Functions

static size_t __CLRCALL_OR_CDECL _Getcat (const locale::facet **_Ppf=0, const locale *_Ploc=0)
 
- Static Public Member Functions inherited from locale::facet
static size_t __CLRCALL_OR_CDECL _Getcat (const facet **=0, const locale *=0)
 

Static Public Attributes

static __PURE_APPDOMAIN_GLOBAL locale::id id
 

Protected Member Functions

virtual __CLR_OR_THIS_CALL ~num_get () _NOEXCEPT
 
void _Init (const _Locinfo &)
 
virtual _InIt __CLR_OR_THIS_CALL do_get (_InIt _First, _InIt _Last, ios_base &_Iosbase, ios_base::iostate &_State, _Bool &_Val) const
 
virtual _InIt __CLR_OR_THIS_CALL do_get (_InIt _First, _InIt _Last, ios_base &_Iosbase, ios_base::iostate &_State, unsigned short &_Val) const
 
virtual _InIt __CLR_OR_THIS_CALL do_get (_InIt _First, _InIt _Last, ios_base &_Iosbase, ios_base::iostate &_State, unsigned int &_Val) const
 
virtual _InIt __CLR_OR_THIS_CALL do_get (_InIt _First, _InIt _Last, ios_base &_Iosbase, ios_base::iostate &_State, long &_Val) const
 
virtual _InIt __CLR_OR_THIS_CALL do_get (_InIt _First, _InIt _Last, ios_base &_Iosbase, ios_base::iostate &_State, unsigned long &_Val) const
 
virtual _InIt __CLR_OR_THIS_CALL do_get (_InIt _First, _InIt _Last, ios_base &_Iosbase, ios_base::iostate &_State, float &_Val) const
 
virtual _InIt __CLR_OR_THIS_CALL do_get (_InIt _First, _InIt _Last, ios_base &_Iosbase, ios_base::iostate &_State, double &_Val) const
 
virtual _InIt __CLR_OR_THIS_CALL do_get (_InIt _First, _InIt _Last, ios_base &_Iosbase, ios_base::iostate &_State, long double &_Val) const
 
virtual _InIt __CLR_OR_THIS_CALL do_get (_InIt _First, _InIt _Last, ios_base &_Iosbase, ios_base::iostate &_State, void *&_Val) const
 
- Protected Member Functions inherited from locale::facet
__CLR_OR_THIS_CALL facet (size_t _Initrefs=0)
 
virtual __CLR_OR_THIS_CALL ~facet () _NOEXCEPT
 

Private Member Functions

int __CLRCALL_OR_CDECL _Getifld (char *_Ac, _InIt &_First, _InIt &_Last, ios_base::fmtflags _Basefield, const locale &_Loc) const
 
int __CLRCALL_OR_CDECL _Getffld (char *_Ac, _InIt &_First, _InIt &_Last, ios_base &_Iosbase, int *_Phexexp) const
 
int __CLRCALL_OR_CDECL _Getffldx (char *_Ac, _InIt &_First, _InIt &_Last, ios_base &_Iosbase, int *_Phexexp) const
 

Member Typedef Documentation

template<class _Elem , class _InIt = istreambuf_iterator<_Elem, char_traits<_Elem> >>
typedef numpunct<_Elem> num_get< _Elem, _InIt >::_Mypunct
template<class _Elem , class _InIt = istreambuf_iterator<_Elem, char_traits<_Elem> >>
typedef basic_string<_Elem, char_traits<_Elem>, allocator<_Elem> > num_get< _Elem, _InIt >::_Mystr
template<class _Elem , class _InIt = istreambuf_iterator<_Elem, char_traits<_Elem> >>
typedef _Elem num_get< _Elem, _InIt >::char_type
template<class _Elem , class _InIt = istreambuf_iterator<_Elem, char_traits<_Elem> >>
typedef _InIt num_get< _Elem, _InIt >::iter_type

Constructor & Destructor Documentation

template<class _Elem , class _InIt = istreambuf_iterator<_Elem, char_traits<_Elem> >>
virtual __CLR_OR_THIS_CALL num_get< _Elem, _InIt >::~num_get ( )
inlineprotectedvirtual
280  { // destroy the object
281  }
template<class _Elem , class _InIt = istreambuf_iterator<_Elem, char_traits<_Elem> >>
__CLR_OR_THIS_CALL num_get< _Elem, _InIt >::num_get ( size_t  _Refs = 0)
inlineexplicit
290  { // construct from current locale
291  _BEGIN_LOCINFO(_Lobj)
292  _Init(_Lobj);
293  _END_LOCINFO()
294  }
Definition: xlocale:102
_Atomic_counter_t _Refs
Definition: xlocale:157
void _Init(const _Locinfo &)
Definition: xlocnum:283
template<class _Elem , class _InIt = istreambuf_iterator<_Elem, char_traits<_Elem> >>
__CLR_OR_THIS_CALL num_get< _Elem, _InIt >::num_get ( const _Locinfo _Lobj,
size_t  _Refs = 0 
)
inline
298  { // construct from specified locale
299  _Init(_Lobj);
300  }
Definition: xlocale:102
_Atomic_counter_t _Refs
Definition: xlocale:157
void _Init(const _Locinfo &)
Definition: xlocnum:283

Member Function Documentation

template<class _Elem , class _InIt = istreambuf_iterator<_Elem, char_traits<_Elem> >>
static size_t __CLRCALL_OR_CDECL num_get< _Elem, _InIt >::_Getcat ( const locale::facet **  _Ppf = 0,
const locale _Ploc = 0 
)
inlinestatic
269  { // return locale category mask and construct standard facet
270  if (_Ppf != 0 && *_Ppf == 0)
272  _Locinfo(_Ploc->c_str()));
273  return (_X_NUMERIC);
274  }
#define _NEW_CRT
Definition: xdebug:69
Definition: xlocinfo:54
const char * c_str() const
Definition: xlocale:460
#define _X_NUMERIC
Definition: xlocinfo.h:41
Definition: xlocnum:259
template<class _Elem , class _InIt = istreambuf_iterator<_Elem, char_traits<_Elem> >>
int __CLRCALL_OR_CDECL num_get< _Elem, _InIt >::_Getffld ( char *  _Ac,
_InIt &  _First,
_InIt &  _Last,
ios_base _Iosbase,
int _Phexexp 
) const
inlineprivate
755  { // get floating-point field from [_First, _Last) into _Ac
756  if ((_Iosbase.flags() & ios_base::floatfield) == ios_base::hexfloat)
757  return (_Getffldx(_Ac, _First, _Last,
758  _Iosbase, _Phexexp)); // hex format
759 
760  const _Mypunct& _Punct_fac = _USE(_Iosbase.getloc(), _Mypunct);
761  const string _Grouping = _Punct_fac.grouping();
762  char *_Ptr = _Ac;
763  bool _Bad = false;
764 
765  enum {
766  _NUMGET_SIGNOFF = 10,
767  _NUMGET_EOFF = 12};
768  static const char _Src[] = {"0123456789-+Ee"};
769  _Elem _Atoms[sizeof (_Src) - 1];
770  const ctype<_Elem>& _Ctype_fac =
771  _USE(_Iosbase.getloc(), ctype<_Elem>);
772  _Ctype_fac.widen(&_Src[0], &_Src[sizeof (_Src) - 1], _Atoms);
773 
774  if (_First == _Last)
775  ; // empty field
776  else if (*_First == _Atoms[_NUMGET_SIGNOFF + 1])
777  *_Ptr++ = '+', ++_First; // gather plus sign
778  else if (*_First == _Atoms[_NUMGET_SIGNOFF])
779  *_Ptr++ = '-', ++_First; // gather minus sign
780 
781  bool _Seendigit = false; // seen a digit in input
782  int _Significant = 0; // number of significant digits
783  int _Pten = 0; // power of 10 multiplier
784  size_t _Idx;
785 
786  const char *_Pg = &_Grouping[0];
787  if (*_Pg == CHAR_MAX || *_Pg <= '\0')
788  for (; _First != _Last
789  && (_Idx = _Find_elem(_Atoms, *_First)) < 10;
790  _Seendigit = true, ++_First)
791  if (_MAX_SIG_DIG <= _Significant)
792  ++_Pten; // just scale by 10
793  else if (_Idx == 0 && _Significant == 0)
794  ; // drop leading zeros
795  else
796  { // save a significant digit
797  *_Ptr++ = _Src[_Idx];
798  ++_Significant;
799  }
800  else
801  { // grouping specified, gather digits and group sizes
802  const _Elem _Kseparator = _Grouping.size() == 0
803  ? (_Elem)0 : _Punct_fac.thousands_sep();
804  string _Groups((size_t)1, '\0');
805  size_t _Group = 0;
806 
807  for (; _First != _Last; ++_First)
808  if ((_Idx = _Find_elem(_Atoms, *_First)) < 10)
809  { // got a digit, add to group size
810  _Seendigit = true;
811  if (_MAX_SIG_DIG <= _Significant)
812  ++_Pten; // just scale by 10
813  else if (_Idx == 0 && _Significant == 0)
814  ; // drop leading zeros
815  else
816  { // save a significant digit
817  *_Ptr++ = _Src[_Idx];
818  ++_Significant;
819  }
820  if (_Groups[_Group] != CHAR_MAX)
821  ++_Groups[_Group];
822  }
823  else if (_Groups[_Group] == '\0'
824  || _Kseparator == (_Elem)0
825  || *_First != _Kseparator)
826  break; // not a group separator, done
827  else
828  { // add a new group to _Groups string
829  _Groups.append((size_t)1, '\0');
830  ++_Group;
831  }
832  if (_Group == 0)
833  ; // no thousands separators seen
834  else if ('\0' < _Groups[_Group])
835  ++_Group; // add trailing group to group count
836  else
837  _Bad = true; // trailing separator, fail
838 
839  while (!_Bad && 0 < _Group)
840  if (*_Pg == CHAR_MAX)
841  break; // end of grouping constraints to check
842  else if ((0 < --_Group && *_Pg != _Groups[_Group])
843  || (0 == _Group && *_Pg < _Groups[_Group]))
844  _Bad = true; // bad group size, fail
845  else if ('\0' < _Pg[1])
846  ++_Pg; // group size okay, advance to next test
847  }
848 
849  if (_Seendigit && _Significant == 0)
850  *_Ptr++ = '0'; // save at least one leading digit
851 
852  if (_First != _Last && *_First == _Punct_fac.decimal_point())
853  *_Ptr++ = localeconv()->decimal_point[0], ++_First; // add .
854 
855  if (_Significant == 0)
856  { // 0000. so far
857  for (; _First != _Last && *_First == _Atoms[0];
858  _Seendigit = true, ++_First)
859  --_Pten; // just count leading fraction zeros
860  if (_Pten < 0)
861  *_Ptr++ = '0', ++_Pten; // put one back
862  }
863 
864  for (; _First != _Last
865  && (_Idx = _Find_elem(_Atoms, *_First)) < 10;
866  _Seendigit = true, ++_First)
867  if (_Significant < _MAX_SIG_DIG)
868  { // save a significant fraction digit
869  *_Ptr++ = _Src[_Idx];
870  ++_Significant;
871  }
872 
873  if (_Seendigit && _First != _Last
874  && (*_First == _Atoms[_NUMGET_EOFF + 1]
875  || *_First == _Atoms[_NUMGET_EOFF]))
876  { // 'e' or 'E', collect exponent
877  *_Ptr++ = 'e', ++_First;
878  _Seendigit = false, _Significant = 0;
879 
880  if (_First == _Last)
881  ; // 'e' or 'E' is last element
882  else if (*_First == _Atoms[_NUMGET_SIGNOFF + 1])
883  *_Ptr++ = '+', ++_First; // gather plus sign
884  else if (*_First == _Atoms[_NUMGET_SIGNOFF])
885  *_Ptr++ = '-', ++_First; // gather minus sign
886  for (; _First != _Last && *_First == _Atoms[0]; )
887  _Seendigit = true, ++_First; // strip leading zeros
888  if (_Seendigit)
889  *_Ptr++ = '0'; // put one back
890  for (; _First != _Last
891  && (_Idx = _Find_elem(_Atoms, *_First)) < 10;
892  _Seendigit = true, ++_First)
893  if (_Significant < _MAX_EXP_DIG)
894  { // save a significant exponent digit
895  *_Ptr++ = _Src[_Idx];
896  ++_Significant;
897  }
898  }
899 
900  if (_Bad || !_Seendigit)
901  _Ptr = _Ac; // roll back pointer to indicate failure
902  *_Ptr = '\0';
903  return (_Pten);
904  }
#define _USE(loc, fac)
Definition: xlocale:555
#define _MAX_SIG_DIG
Definition: yvals.h:584
char * decimal_point
Definition: locale.h:56
_END_C_LIB_DECL _STD_BEGIN size_t _Find_elem(_Elem *_Base, _Elem _Ch)
Definition: xlocnum:54
_Check_return_opt_ _CRTIMP struct lconv *__cdecl localeconv(void)
#define _MAX_EXP_DIG
Definition: yvals.h:582
numpunct< _Elem > _Mypunct
Definition: xlocnum:263
locale __CLR_OR_THIS_CALL getloc() const
Definition: xiosbase:422
_In_ size_t _In_z_ const unsigned char * _Src
Definition: mbstring.h:95
fmtflags __CLR_OR_THIS_CALL flags() const
Definition: xiosbase:365
Definition: xlocale:2113
static const _Fmtflags floatfield
Definition: xiosbase:80
int __CLRCALL_OR_CDECL _Getffldx(char *_Ac, _InIt &_First, _InIt &_Last, ios_base &_Iosbase, int *_Phexexp) const
Definition: xlocnum:906
static const _Fmtflags hexfloat
Definition: xiosbase:71
#define CHAR_MAX
Definition: limits.h:29
_FwdIt _Last
Definition: algorithm:1936
template<class _Elem , class _InIt = istreambuf_iterator<_Elem, char_traits<_Elem> >>
int __CLRCALL_OR_CDECL num_get< _Elem, _InIt >::_Getffldx ( char *  _Ac,
_InIt &  _First,
_InIt &  _Last,
ios_base _Iosbase,
int _Phexexp 
) const
inlineprivate
909  { // get hex floating-point field from [_First, _Last) into _Ac
910  const _Mypunct& _Punct_fac = _USE(_Iosbase.getloc(), _Mypunct);
911  const string _Grouping = _Punct_fac.grouping();
912 
913  enum {
914  _NUMGET_SIGNOFF = 22,
915  _NUMGET_XOFF = 24,
916  _NUMGET_POFF = 26};
917  static const char _Src[] = {"0123456789ABCDEFabcdef-+XxPp"};
918  _Elem _Atoms[sizeof (_Src) - 1];
919  const ctype<_Elem>& _Ctype_fac =
920  _USE(_Iosbase.getloc(), ctype<_Elem>);
921  _Ctype_fac.widen(&_Src[0], &_Src[sizeof (_Src) - 1], _Atoms);
922 
923  char *_Ptr = _Ac;
924  bool _Bad = false;
925  size_t _Idx;
926 
927  if (_First == _Last)
928  ; // empty field
929  else if (*_First == _Atoms[_NUMGET_SIGNOFF + 1])
930  *_Ptr++ = '+', ++_First; // gather plus sign
931  else if (*_First == _Atoms[_NUMGET_SIGNOFF])
932  *_Ptr++ = '-', ++_First; // gather minus sign
933 
934  *_Ptr++ = '0';
935  *_Ptr++ = 'x';
936 
937  bool _Seendigit = false; // seen a digit in input
938  int _Significant = 0; // number of significant digits
939  int _Phex = 0; // power of 10 multiplier
940 
941  if (_First == _Last || *_First != _Atoms[0])
942  ;
943  else if (++_First != _Last
944  && (*_First == _Atoms[_NUMGET_XOFF + 1]
945  || *_First == _Atoms[_NUMGET_XOFF]))
946  ++_First; // discard any 0x or 0X
947  else
948  _Seendigit = true; // '0' not followed by 'x' or 'X'
949 
950  const char *_Pg = &_Grouping[0];
951  if (*_Pg == CHAR_MAX || *_Pg <= '\0')
952  for (; _First != _Last
953  && (_Idx = _Find_elem(_Atoms, *_First)) < _NUMGET_SIGNOFF;
954  _Seendigit = true, ++_First)
955  if (_MAX_SIG_DIG <= _Significant)
956  ++_Phex; // just scale by 10
957  else if (_Idx == 0 && _Significant == 0)
958  ; // drop leading zeros
959  else
960  { // save a significant digit
961  *_Ptr++ = _Src[_Idx];
962  ++_Significant;
963  }
964  else
965  { // grouping specified, gather digits and group sizes
966  const _Elem _Kseparator = _Grouping.size() == 0
967  ? (_Elem)0 : _Punct_fac.thousands_sep();
968  string _Groups((size_t)1, '\0');
969  size_t _Group = 0;
970 
971  for (; _First != _Last; ++_First)
972  if ((_Idx = _Find_elem(_Atoms, *_First)) < _NUMGET_SIGNOFF)
973  { // got a digit, add to group size
974  _Seendigit = true;
975  if (_MAX_SIG_DIG <= _Significant)
976  ++_Phex; // just scale by 10
977  else if (_Idx == 0 && _Significant == 0)
978  ; // drop leading zeros
979  else
980  { // save a significant digit
981  *_Ptr++ = _Src[_Idx];
982  ++_Significant;
983  }
984  if (_Groups[_Group] != CHAR_MAX)
985  ++_Groups[_Group];
986  }
987  else if (_Groups[_Group] == '\0'
988  || _Kseparator == (_Elem)0
989  || *_First != _Kseparator)
990  break; // not a group separator, done
991  else
992  { // add a new group to _Groups string
993  _Groups.append((size_t)1, '\0');
994  ++_Group;
995  }
996  if (_Group == 0)
997  ; // no thousands separators seen
998  else if ('\0' < _Groups[_Group])
999  ++_Group; // add trailing group to group count
1000  else
1001  _Bad = true; // trailing separator, fail
1002 
1003  while (!_Bad && 0 < _Group)
1004  if (*_Pg == CHAR_MAX)
1005  break; // end of grouping constraints to check
1006  else if ((0 < --_Group && *_Pg != _Groups[_Group])
1007  || (0 == _Group && *_Pg < _Groups[_Group]))
1008  _Bad = true; // bad group size, fail
1009  else if ('\0' < _Pg[1])
1010  ++_Pg; // group size okay, advance to next test
1011  }
1012 
1013  if (_Seendigit && _Significant == 0)
1014  *_Ptr++ = '0'; // save at least one leading digit
1015 
1016  if (_First != _Last && *_First == _Punct_fac.decimal_point())
1017  *_Ptr++ = localeconv()->decimal_point[0], ++_First; // add .
1018 
1019  if (_Significant == 0)
1020  { // 0000. so far
1021  for (; _First != _Last && *_First == _Atoms[0];
1022  _Seendigit = true, ++_First)
1023  --_Phex; // just count leading fraction zeros
1024  if (_Phex < 0)
1025  *_Ptr++ = '0', ++_Phex; // put one back
1026  }
1027 
1028  for (; _First != _Last
1029  && (_Idx = _Find_elem(_Atoms, *_First)) < _NUMGET_SIGNOFF;
1030  _Seendigit = true, ++_First)
1031  if (_Significant < _MAX_SIG_DIG)
1032  { // save a significant fraction digit
1033  *_Ptr++ = _Src[_Idx];
1034  ++_Significant;
1035  }
1036 
1037  if (_Seendigit && _First != _Last
1038  && (*_First == _Atoms[_NUMGET_POFF + 1]
1039  || *_First == _Atoms[_NUMGET_POFF]))
1040  { // 'p' or 'P', collect exponent
1041  *_Ptr++ = 'p', ++_First;
1042  _Seendigit = false, _Significant = 0;
1043 
1044  if (_First == _Last)
1045  ; // 'p' or 'P' is last element
1046  else if (*_First == _Atoms[_NUMGET_SIGNOFF + 1])
1047  *_Ptr++ = '+', ++_First; // gather plus sign
1048  else if (*_First == _Atoms[_NUMGET_SIGNOFF])
1049  *_Ptr++ = '-', ++_First; // gather minus sign
1050  for (; _First != _Last && *_First == _Atoms[0]; )
1051  _Seendigit = true, ++_First; // strip leading zeros
1052  if (_Seendigit)
1053  *_Ptr++ = '0'; // put one back
1054  for (; _First != _Last
1055  && (_Idx = _Find_elem(_Atoms, *_First)) < _NUMGET_SIGNOFF;
1056  _Seendigit = true, ++_First)
1057  if (_Significant < _MAX_EXP_DIG)
1058  { // save a significant exponent digit
1059  *_Ptr++ = _Src[_Idx];
1060  ++_Significant;
1061  }
1062  }
1063 
1064  if (_Bad || !_Seendigit)
1065  _Ptr = _Ac; // roll back pointer to indicate failure
1066  *_Ptr = '\0';
1067  *_Phexexp = _Phex; // power of 16 multiplier
1068  return (0); // power of 10 multiplier
1069  }
#define _USE(loc, fac)
Definition: xlocale:555
#define _MAX_SIG_DIG
Definition: yvals.h:584
char * decimal_point
Definition: locale.h:56
_END_C_LIB_DECL _STD_BEGIN size_t _Find_elem(_Elem *_Base, _Elem _Ch)
Definition: xlocnum:54
_Check_return_opt_ _CRTIMP struct lconv *__cdecl localeconv(void)
#define _MAX_EXP_DIG
Definition: yvals.h:582
numpunct< _Elem > _Mypunct
Definition: xlocnum:263
locale __CLR_OR_THIS_CALL getloc() const
Definition: xiosbase:422
_In_ size_t _In_z_ const unsigned char * _Src
Definition: mbstring.h:95
Definition: xlocale:2113
#define CHAR_MAX
Definition: limits.h:29
_FwdIt _Last
Definition: algorithm:1936
template<class _Elem , class _InIt = istreambuf_iterator<_Elem, char_traits<_Elem> >>
int __CLRCALL_OR_CDECL num_get< _Elem, _InIt >::_Getifld ( char *  _Ac,
_InIt &  _First,
_InIt &  _Last,
ios_base::fmtflags  _Basefield,
const locale _Loc 
) const
inlineprivate
656  { // get integer field from [_First, _Last) into _Ac
657  const _Mypunct& _Punct_fac = _USE(_Loc, _Mypunct);
658  const string _Grouping = _Punct_fac.grouping();
659  const _Elem _Kseparator = _Grouping.size() == 0
660  ? (_Elem)0 : _Punct_fac.thousands_sep();
661 
662  enum {
663  _NUMGET_SIGNOFF = 22,
664  _NUMGET_XOFF = 24};
665  static const char _Src[] = {"0123456789ABCDEFabcdef-+Xx"};
666  _Elem _Atoms[sizeof (_Src) - 1];
667  const ctype<_Elem>& _Ctype_fac =
668  _USE(_Loc, ctype<_Elem>);
669  _Ctype_fac.widen(&_Src[0], &_Src[sizeof (_Src) - 1], _Atoms);
670 
671  char *_Ptr = _Ac;
672 
673  if (_First == _Last)
674  ; // empty field
675  else if (*_First == _Atoms[_NUMGET_SIGNOFF + 1])
676  *_Ptr++ = '+', ++_First; // gather plus sign
677  else if (*_First == _Atoms[_NUMGET_SIGNOFF])
678  *_Ptr++ = '-', ++_First; // gather minus sign
679 
680  _Basefield &= ios_base::basefield;
681  int _Base = _Basefield == ios_base::oct ? 8
682  : _Basefield == ios_base::hex ? 16
683  : _Basefield == ios_base::_Fmtzero ? 0 : 10;
684 
685  bool _Seendigit = false; // seen a digit in input
686  bool _Nonzero = false; // seen a nonzero digit in input
687 
688  if (_First != _Last && *_First == _Atoms[0])
689  { // leading zero, look for 0x, 0X
690  _Seendigit = true, ++_First;
691  if (_First != _Last && (*_First == _Atoms[_NUMGET_XOFF + 1]
692  || *_First == _Atoms[_NUMGET_XOFF])
693  && (_Base == 0 || _Base == 16))
694  _Base = 16, _Seendigit = false, ++_First;
695  else if (_Base == 0)
696  _Base = 8;
697  }
698 
699  size_t _Dlen = _Base == 0 || _Base == 10 ? 10
700  : _Base == 8 ? 8 : 16 + 6;
701  string _Groups((size_t)1, (char)_Seendigit);
702  size_t _Group = 0;
703 
704  for (char *const _Pe = &_Ac[_MAX_INT_DIG - 1];
705  _First != _Last; ++_First)
706  { // look for digits and separators
707  size_t _Idx = _Find_elem(_Atoms, *_First);
708  if (_Idx < _Dlen)
709  { // got a digit, characterize it and add to group size
710  *_Ptr = _Src[_Idx];
711  if ((_Nonzero || *_Ptr != '0') && _Ptr < _Pe)
712  ++_Ptr, _Nonzero = true;
713  _Seendigit = true;
714  if (_Groups[_Group] != CHAR_MAX)
715  ++_Groups[_Group];
716  }
717  else if (_Groups[_Group] == '\0'
718  || _Kseparator == (_Elem)0
719  || *_First != _Kseparator)
720  break; // not a group separator, done
721  else
722  { // add a new group to _Groups string
723  _Groups.append((string::size_type)1, '\0');
724  ++_Group;
725  }
726  }
727 
728  if (_Group == 0)
729  ; // no thousands separators seen
730  else if ('\0' < _Groups[_Group])
731  ++_Group; // add trailing group to group count
732  else
733  _Seendigit = false; // trailing separator, fail
734 
735  for (const char *_Pg = &_Grouping[0]; _Seendigit && 0 < _Group; )
736  if (*_Pg == CHAR_MAX)
737  break; // end of grouping constraints to check
738  else if ((0 < --_Group && *_Pg != _Groups[_Group])
739  || (0 == _Group && *_Pg < _Groups[_Group]))
740  _Seendigit = false; // bad group size, fail
741  else if ('\0' < _Pg[1])
742  ++_Pg; // group size okay, advance to next test
743 
744  if (_Seendigit && !_Nonzero)
745  *_Ptr++ = '0'; // zero field, replace stripped zero(s)
746  else if (!_Seendigit)
747  _Ptr = _Ac; // roll back pointer to indicate failure
748  *_Ptr = '\0';
749  return (_Base);
750  }
static const _Fmtflags hex
Definition: xiosbase:67
static const _Fmtflags basefield
Definition: xiosbase:78
#define _USE(loc, fac)
Definition: xlocale:555
_END_C_LIB_DECL _STD_BEGIN size_t _Find_elem(_Elem *_Base, _Elem _Ch)
Definition: xlocnum:54
static const _Fmtflags oct
Definition: xiosbase:66
numpunct< _Elem > _Mypunct
Definition: xlocnum:263
Definition: xiosbase:54
_In_ size_t _In_z_ const unsigned char * _Src
Definition: mbstring.h:95
Definition: xlocale:2113
#define _MAX_INT_DIG
Definition: yvals.h:583
#define CHAR_MAX
Definition: limits.h:29
size_type size() const _NOEXCEPT
Definition: xstring:1752
_Mybase::size_type size_type
Definition: xstring:706
_FwdIt _Last
Definition: algorithm:1936
template<class _Elem , class _InIt = istreambuf_iterator<_Elem, char_traits<_Elem> >>
void num_get< _Elem, _InIt >::_Init ( const _Locinfo )
inlineprotected
284  { // initialize from _Locinfo object
285  }
template<class _Elem , class _InIt = istreambuf_iterator<_Elem, char_traits<_Elem> >>
virtual _InIt __CLR_OR_THIS_CALL num_get< _Elem, _InIt >::do_get ( _InIt  _First,
_InIt  _Last,
ios_base _Iosbase,
ios_base::iostate &  _State,
_Bool &  _Val 
) const
inlineprotectedvirtual
388  { // get bool from [_First, _Last) into _Val
389  _DEBUG_RANGE(_First, _Last);
390  int _Ans = -1; // negative answer indicates failure
391 
392  if (_Iosbase.flags() & ios_base::boolalpha)
393  { // get false name or true name
394  typedef typename _Mystr::size_type _Mystrsize;
395  const _Mypunct& _Punct_fac = _USE(_Iosbase.getloc(), _Mypunct);
396  _Mystr _Str((_Mystrsize)1, (char_type)0);
397  _Str += _Punct_fac.falsename();
398  _Str += (char_type)0;
399  _Str += _Punct_fac.truename(); // construct "\0false\0true"
400  _Ans = _Getloctxt(_First, _Last, (size_t)2, _Str.c_str());
401  }
402  else
403  { // get zero or nonzero integer
404  char _Ac[_MAX_INT_DIG], *_Ep;
405  int _Errno = 0;
406  const unsigned long _Ulo = _CSTD _Stoulx(_Ac, &_Ep,
407  _Getifld(_Ac, _First, _Last, _Iosbase.flags(),
408  _Iosbase.getloc()), &_Errno);
409  if (_Ep != _Ac && _Errno == 0 && _Ulo <= 1)
410  _Ans = _Ulo;
411  }
412 
413  if (_First == _Last)
414  _State |= ios_base::eofbit;
415  if (_Ans < 0)
416  _State |= ios_base::failbit;
417  else
418  _Val = _Ans != 0; // deliver value
419  return (_First);
420  }
basic_string< _Elem, char_traits< _Elem >, allocator< _Elem > > _Mystr
Definition: xlocnum:265
static const _Iostate failbit
Definition: xiosbase:89
#define _DEBUG_RANGE(first, last)
Definition: xutility:467
_CRTIMP2_PURE unsigned long __CLRCALL_PURE_OR_CDECL _Stoulx(const char *, _Out_opt_ _Deref_post_opt_valid_ char **, int, int *)
#define _USE(loc, fac)
Definition: xlocale:555
numpunct< _Elem > _Mypunct
Definition: xlocnum:263
locale __CLR_OR_THIS_CALL getloc() const
Definition: xiosbase:422
fmtflags __CLR_OR_THIS_CALL flags() const
Definition: xiosbase:365
int __CLRCALL_OR_CDECL _Getifld(char *_Ac, _InIt &_First, _InIt &_Last, ios_base::fmtflags _Basefield, const locale &_Loc) const
Definition: xlocnum:653
_Elem char_type
Definition: xlocnum:302
#define _MAX_INT_DIG
Definition: yvals.h:583
static const _Fmtflags boolalpha
Definition: xiosbase:74
_Mybase::size_type size_type
Definition: xstring:706
#define _CSTD
Definition: yvals.h:559
_FwdIt const _Ty _Val
Definition: algorithm:1938
_FwdIt _Last
Definition: algorithm:1936
int __CRTDECL _Getloctxt(_InIt &_First, _InIt &_Last, size_t _Numfields, const _Elem *_Ptr)
Definition: xlocale:612
static const _Iostate eofbit
Definition: xiosbase:88
template<class _Elem , class _InIt = istreambuf_iterator<_Elem, char_traits<_Elem> >>
virtual _InIt __CLR_OR_THIS_CALL num_get< _Elem, _InIt >::do_get ( _InIt  _First,
_InIt  _Last,
ios_base _Iosbase,
ios_base::iostate &  _State,
unsigned short &  _Val 
) const
inlineprotectedvirtual
425  { // get unsigned short from [_First, _Last) into _Val
426  _DEBUG_RANGE(_First, _Last);
427  char _Ac[_MAX_INT_DIG], *_Ep;
428  int _Errno = 0;
429  int _Base = _Getifld(_Ac, _First, _Last, _Iosbase.flags(),
430  _Iosbase.getloc()); // gather field into _Ac
431  char *_Ptr = _Ac[0] == '-' ? _Ac + 1 : _Ac; // point past any sign
432  const unsigned long _Ans =
433  _CSTD _Stoulx(_Ptr, &_Ep, _Base, &_Errno); // convert
434 
435  if (_First == _Last)
436  _State |= ios_base::eofbit;
437  if (_Ep == _Ptr || _Errno != 0 || USHRT_MAX < _Ans)
438  _State |= ios_base::failbit;
439  else
440  _Val = (unsigned short)(_Ac[0] == '-'
441  ? 0 -_Ans : _Ans); // deliver value
442  return (_First);
443  }
static const _Iostate failbit
Definition: xiosbase:89
#define _DEBUG_RANGE(first, last)
Definition: xutility:467
_CRTIMP2_PURE unsigned long __CLRCALL_PURE_OR_CDECL _Stoulx(const char *, _Out_opt_ _Deref_post_opt_valid_ char **, int, int *)
locale __CLR_OR_THIS_CALL getloc() const
Definition: xiosbase:422
fmtflags __CLR_OR_THIS_CALL flags() const
Definition: xiosbase:365
int __CLRCALL_OR_CDECL _Getifld(char *_Ac, _InIt &_First, _InIt &_Last, ios_base::fmtflags _Basefield, const locale &_Loc) const
Definition: xlocnum:653
#define USHRT_MAX
Definition: limits.h:38
#define _MAX_INT_DIG
Definition: yvals.h:583
#define _CSTD
Definition: yvals.h:559
_FwdIt const _Ty _Val
Definition: algorithm:1938
_FwdIt _Last
Definition: algorithm:1936
static const _Iostate eofbit
Definition: xiosbase:88
template<class _Elem , class _InIt = istreambuf_iterator<_Elem, char_traits<_Elem> >>
virtual _InIt __CLR_OR_THIS_CALL num_get< _Elem, _InIt >::do_get ( _InIt  _First,
_InIt  _Last,
ios_base _Iosbase,
ios_base::iostate &  _State,
unsigned int _Val 
) const
inlineprotectedvirtual
448  { // get unsigned int from [_First, _Last) into _Val
449  _DEBUG_RANGE(_First, _Last);
450  char _Ac[_MAX_INT_DIG], *_Ep;
451  int _Errno = 0;
452  int _Base = _Getifld(_Ac, _First, _Last, _Iosbase.flags(),
453  _Iosbase.getloc()); // gather field into _Ac
454  char *_Ptr = _Ac[0] == '-' ? _Ac + 1 : _Ac; // point past any sign
455  const unsigned long _Ans =
456  _CSTD _Stoulx(_Ptr, &_Ep, _Base, &_Errno); // convert
457 
458  if (_First == _Last)
459  _State |= ios_base::eofbit;
460  if (_Ep == _Ptr || _Errno != 0 || UINT_MAX < _Ans)
461  _State |= ios_base::failbit;
462  else
463  _Val = _Ac[0] == '-' ? 0 -_Ans : _Ans; // deliver value
464  return (_First);
465  }
static const _Iostate failbit
Definition: xiosbase:89
#define _DEBUG_RANGE(first, last)
Definition: xutility:467
_CRTIMP2_PURE unsigned long __CLRCALL_PURE_OR_CDECL _Stoulx(const char *, _Out_opt_ _Deref_post_opt_valid_ char **, int, int *)
#define UINT_MAX
Definition: limits.h:41
locale __CLR_OR_THIS_CALL getloc() const
Definition: xiosbase:422
fmtflags __CLR_OR_THIS_CALL flags() const
Definition: xiosbase:365
int __CLRCALL_OR_CDECL _Getifld(char *_Ac, _InIt &_First, _InIt &_Last, ios_base::fmtflags _Basefield, const locale &_Loc) const
Definition: xlocnum:653
#define _MAX_INT_DIG
Definition: yvals.h:583
#define _CSTD
Definition: yvals.h:559
_FwdIt const _Ty _Val
Definition: algorithm:1938
_FwdIt _Last
Definition: algorithm:1936
static const _Iostate eofbit
Definition: xiosbase:88
template<class _Elem , class _InIt = istreambuf_iterator<_Elem, char_traits<_Elem> >>
virtual _InIt __CLR_OR_THIS_CALL num_get< _Elem, _InIt >::do_get ( _InIt  _First,
_InIt  _Last,
ios_base _Iosbase,
ios_base::iostate &  _State,
long &  _Val 
) const
inlineprotectedvirtual
470  { // get long from [_First, _Last) into _Val
471  _DEBUG_RANGE(_First, _Last);
472  char _Ac[_MAX_INT_DIG], *_Ep;
473  int _Errno = 0;
474  const long _Ans = _CSTD _Stolx(_Ac, &_Ep,
475  _Getifld(_Ac, _First, _Last, _Iosbase.flags(),
476  _Iosbase.getloc()), &_Errno); // gather field, convert
477 
478  if (_First == _Last)
479  _State |= ios_base::eofbit;
480  if (_Ep == _Ac || _Errno != 0)
481  _State |= ios_base::failbit;
482  else
483  _Val = _Ans; // deliver value
484  return (_First);
485  }
static const _Iostate failbit
Definition: xiosbase:89
#define _DEBUG_RANGE(first, last)
Definition: xutility:467
locale __CLR_OR_THIS_CALL getloc() const
Definition: xiosbase:422
fmtflags __CLR_OR_THIS_CALL flags() const
Definition: xiosbase:365
int __CLRCALL_OR_CDECL _Getifld(char *_Ac, _InIt &_First, _InIt &_Last, ios_base::fmtflags _Basefield, const locale &_Loc) const
Definition: xlocnum:653
#define _MAX_INT_DIG
Definition: yvals.h:583
_CRTIMP2_PURE long __CLRCALL_PURE_OR_CDECL _Stolx(const char *, _Out_opt_ _Deref_post_opt_valid_ char **, int, int *)
#define _CSTD
Definition: yvals.h:559
_FwdIt const _Ty _Val
Definition: algorithm:1938
_FwdIt _Last
Definition: algorithm:1936
static const _Iostate eofbit
Definition: xiosbase:88
template<class _Elem , class _InIt = istreambuf_iterator<_Elem, char_traits<_Elem> >>
virtual _InIt __CLR_OR_THIS_CALL num_get< _Elem, _InIt >::do_get ( _InIt  _First,
_InIt  _Last,
ios_base _Iosbase,
ios_base::iostate &  _State,
unsigned long &  _Val 
) const
inlineprotectedvirtual
490  { // get unsigned long from [_First, _Last) into _Val
491  _DEBUG_RANGE(_First, _Last);
492  char _Ac[_MAX_INT_DIG], *_Ep;
493  int _Errno = 0;
494  const unsigned long _Ans = _CSTD _Stoulx(_Ac, &_Ep,
495  _Getifld(_Ac, _First, _Last, _Iosbase.flags(),
496  _Iosbase.getloc()), &_Errno); // gather field, convert
497 
498  if (_First == _Last)
499  _State |= ios_base::eofbit;
500  if (_Ep == _Ac || _Errno != 0)
501  _State |= ios_base::failbit;
502  else
503  _Val = _Ans; // deliver value
504  return (_First);
505  }
static const _Iostate failbit
Definition: xiosbase:89
#define _DEBUG_RANGE(first, last)
Definition: xutility:467
_CRTIMP2_PURE unsigned long __CLRCALL_PURE_OR_CDECL _Stoulx(const char *, _Out_opt_ _Deref_post_opt_valid_ char **, int, int *)
locale __CLR_OR_THIS_CALL getloc() const
Definition: xiosbase:422
fmtflags __CLR_OR_THIS_CALL flags() const
Definition: xiosbase:365
int __CLRCALL_OR_CDECL _Getifld(char *_Ac, _InIt &_First, _InIt &_Last, ios_base::fmtflags _Basefield, const locale &_Loc) const
Definition: xlocnum:653
#define _MAX_INT_DIG
Definition: yvals.h:583
#define _CSTD
Definition: yvals.h:559
_FwdIt const _Ty _Val
Definition: algorithm:1938
_FwdIt _Last
Definition: algorithm:1936
static const _Iostate eofbit
Definition: xiosbase:88
template<class _Elem , class _InIt = istreambuf_iterator<_Elem, char_traits<_Elem> >>
virtual _InIt __CLR_OR_THIS_CALL num_get< _Elem, _InIt >::do_get ( _InIt  _First,
_InIt  _Last,
ios_base _Iosbase,
ios_base::iostate &  _State,
float &  _Val 
) const
inlineprotectedvirtual
552  { // get float from [_First, _Last) into _Val
553  _DEBUG_RANGE(_First, _Last);
554  char _Ac[_MAX_EXP_DIG + _MAX_SIG_DIG + 16], *_Ep;
555  int _Errno = 0;
556  int _Hexexp = 0;
557  float _Ans = _CSTD _Stofx(_Ac, &_Ep,
558  _Getffld(_Ac, _First, _Last,
559  _Iosbase, &_Hexexp), &_Errno); // gather field, convert
560 
561  if (_Hexexp != 0)
562  _Ans = _CSTD ldexpf(_Ans, 4 * _Hexexp);
563 
564  if (_First == _Last)
565  _State |= ios_base::eofbit;
566  if (_Ep == _Ac || _Errno != 0)
567  _State |= ios_base::failbit;
568  else
569  _Val = _Ans; // deliver value
570  return (_First);
571  }
static const _Iostate failbit
Definition: xiosbase:89
#define _DEBUG_RANGE(first, last)
Definition: xutility:467
#define _MAX_SIG_DIG
Definition: yvals.h:584
#define _MAX_EXP_DIG
Definition: yvals.h:582
_C_LIB_DECL _CRTIMP2_PURE float __CLRCALL_PURE_OR_CDECL _Stofx(const char *, _Out_opt_ _Deref_post_opt_valid_ char **, long, int *)
int __CLRCALL_OR_CDECL _Getffld(char *_Ac, _InIt &_First, _InIt &_Last, ios_base &_Iosbase, int *_Phexexp) const
Definition: xlocnum:752
#define _CSTD
Definition: yvals.h:559
__inline float __CRTDECL ldexpf(_In_ float _X, _In_ int _Y)
Definition: math.h:721
_FwdIt const _Ty _Val
Definition: algorithm:1938
_FwdIt _Last
Definition: algorithm:1936
static const _Iostate eofbit
Definition: xiosbase:88
template<class _Elem , class _InIt = istreambuf_iterator<_Elem, char_traits<_Elem> >>
virtual _InIt __CLR_OR_THIS_CALL num_get< _Elem, _InIt >::do_get ( _InIt  _First,
_InIt  _Last,
ios_base _Iosbase,
ios_base::iostate &  _State,
double &  _Val 
) const
inlineprotectedvirtual
576  { // get double from [_First, _Last) into _Val
577  _DEBUG_RANGE(_First, _Last);
578  char _Ac[_MAX_EXP_DIG + _MAX_SIG_DIG + 16], *_Ep;
579  int _Errno = 0;
580  int _Hexexp = 0;
581  double _Ans = _CSTD _Stodx(_Ac, &_Ep,
582  _Getffld(_Ac, _First, _Last,
583  _Iosbase, &_Hexexp), &_Errno); // gather field, convert
584 
585  if (_Hexexp != 0)
586  _Ans = _CSTD ldexp(_Ans, 4 * _Hexexp);
587 
588  if (_First == _Last)
589  _State |= ios_base::eofbit;
590  if (_Ep == _Ac || _Errno != 0)
591  _State |= ios_base::failbit;
592  else
593  _Val = _Ans; // deliver value
594  return (_First);
595  }
static const _Iostate failbit
Definition: xiosbase:89
#define _DEBUG_RANGE(first, last)
Definition: xutility:467
#define _MAX_SIG_DIG
Definition: yvals.h:584
_CRTIMP double __cdecl ldexp(_In_ double _X, _In_ int _Y)
#define _MAX_EXP_DIG
Definition: yvals.h:582
int __CLRCALL_OR_CDECL _Getffld(char *_Ac, _InIt &_First, _InIt &_Last, ios_base &_Iosbase, int *_Phexexp) const
Definition: xlocnum:752
_CRTIMP2_PURE double __CLRCALL_PURE_OR_CDECL _Stodx(const char *, _Out_opt_ _Deref_post_opt_valid_ char **, long, int *)
#define _CSTD
Definition: yvals.h:559
_FwdIt const _Ty _Val
Definition: algorithm:1938
_FwdIt _Last
Definition: algorithm:1936
static const _Iostate eofbit
Definition: xiosbase:88
template<class _Elem , class _InIt = istreambuf_iterator<_Elem, char_traits<_Elem> >>
virtual _InIt __CLR_OR_THIS_CALL num_get< _Elem, _InIt >::do_get ( _InIt  _First,
_InIt  _Last,
ios_base _Iosbase,
ios_base::iostate &  _State,
long double &  _Val 
) const
inlineprotectedvirtual
600  { // get long double from [_First, _Last) into _Val
601  _DEBUG_RANGE(_First, _Last);
602  char _Ac[_MAX_EXP_DIG + _MAX_SIG_DIG + 16], *_Ep;
603  int _Errno = 0;
604  int _Hexexp = 0;
605  long double _Ans = _CSTD _Stoldx(_Ac, &_Ep,
606  _Getffld(_Ac, _First, _Last,
607  _Iosbase, &_Hexexp), &_Errno); // gather field, convert
608 
609  if (_Hexexp != 0)
610  _Ans = _CSTD ldexpl(_Ans, 4 * _Hexexp);
611 
612  if (_First == _Last)
613  _State |= ios_base::eofbit;
614  if (_Ep == _Ac || _Errno != 0)
615  _State |= ios_base::failbit;
616  else
617  _Val = _Ans; // deliver value
618  return (_First);
619  }
static const _Iostate failbit
Definition: xiosbase:89
_CRTIMP2_PURE long double __CLRCALL_PURE_OR_CDECL _Stoldx(const char *, _Out_opt_ _Deref_post_opt_valid_ char **, long, int *)
#define _DEBUG_RANGE(first, last)
Definition: xutility:467
#define _MAX_SIG_DIG
Definition: yvals.h:584
#define _MAX_EXP_DIG
Definition: yvals.h:582
__inline long double __CRTDECL ldexpl(_In_ long double _X, _In_ int _Y)
Definition: math.h:894
int __CLRCALL_OR_CDECL _Getffld(char *_Ac, _InIt &_First, _InIt &_Last, ios_base &_Iosbase, int *_Phexexp) const
Definition: xlocnum:752
#define _CSTD
Definition: yvals.h:559
_FwdIt const _Ty _Val
Definition: algorithm:1938
_FwdIt _Last
Definition: algorithm:1936
static const _Iostate eofbit
Definition: xiosbase:88
template<class _Elem , class _InIt = istreambuf_iterator<_Elem, char_traits<_Elem> >>
virtual _InIt __CLR_OR_THIS_CALL num_get< _Elem, _InIt >::do_get ( _InIt  _First,
_InIt  _Last,
ios_base _Iosbase,
ios_base::iostate &  _State,
void *&  _Val 
) const
inlineprotectedvirtual
624  { // get void pointer from [_First, _Last) into _Val
625  _DEBUG_RANGE(_First, _Last);
626  char _Ac[_MAX_INT_DIG], *_Ep;
627  int _Errno = 0;
628 
629  #ifdef _LONGLONG
630  int _Base = _Getifld(_Ac, _First, _Last, ios_base::hex,
631  _Iosbase.getloc()); // gather field
632  const _ULONGLONG _Ans =
633  (sizeof (void *) == sizeof (unsigned long))
634  ? (_ULONGLONG)_CSTD _Stoulx(_Ac, &_Ep, _Base, &_Errno)
635  : _CSTD _Stoullx(_Ac, &_Ep, _Base, &_Errno);
636 
637  #else /* _LONGLONG */
638  const unsigned long _Ans = _CSTD _Stoulx(_Ac, &_Ep,
639  _Getifld(_Ac, _First, _Last, ios_base::hex,
640  _Iosbase.getloc()), &_Errno); // gather field, convert
641  #endif /* _LONGLONG */
642 
643  if (_First == _Last)
644  _State |= ios_base::eofbit;
645  if (_Ep == _Ac || _Errno != 0)
646  _State |= ios_base::failbit;
647  else
648  _Val = (void *)((char *)0 + _Ans); // deliver value
649  return (_First);
650  }
static const _Fmtflags hex
Definition: xiosbase:67
static const _Iostate failbit
Definition: xiosbase:89
#define _ULONGLONG
Definition: yvals.h:575
#define _DEBUG_RANGE(first, last)
Definition: xutility:467
_CRTIMP2_PURE unsigned long __CLRCALL_PURE_OR_CDECL _Stoulx(const char *, _Out_opt_ _Deref_post_opt_valid_ char **, int, int *)
_CRTIMP2_PURE _ULONGLONG __CLRCALL_PURE_OR_CDECL _Stoullx(const char *, _Out_opt_ _Deref_post_opt_valid_ char **, int, int *)
locale __CLR_OR_THIS_CALL getloc() const
Definition: xiosbase:422
int __CLRCALL_OR_CDECL _Getifld(char *_Ac, _InIt &_First, _InIt &_Last, ios_base::fmtflags _Basefield, const locale &_Loc) const
Definition: xlocnum:653
#define _MAX_INT_DIG
Definition: yvals.h:583
#define _CSTD
Definition: yvals.h:559
_FwdIt const _Ty _Val
Definition: algorithm:1938
_FwdIt _Last
Definition: algorithm:1936
static const _Iostate eofbit
Definition: xiosbase:88
template<class _Elem , class _InIt = istreambuf_iterator<_Elem, char_traits<_Elem> >>
_InIt __CLR_OR_THIS_CALL num_get< _Elem, _InIt >::get ( _InIt  _First,
_InIt  _Last,
ios_base _Iosbase,
ios_base::iostate &  _State,
_Bool &  _Val 
) const
inline
308  { // get bool from [_First, _Last) into _Val
309  return (do_get(_First, _Last, _Iosbase, _State, _Val));
310  }
virtual _InIt __CLR_OR_THIS_CALL do_get(_InIt _First, _InIt _Last, ios_base &_Iosbase, ios_base::iostate &_State, _Bool &_Val) const
Definition: xlocnum:385
_FwdIt const _Ty _Val
Definition: algorithm:1938
_FwdIt _Last
Definition: algorithm:1936
template<class _Elem , class _InIt = istreambuf_iterator<_Elem, char_traits<_Elem> >>
_InIt __CLR_OR_THIS_CALL num_get< _Elem, _InIt >::get ( _InIt  _First,
_InIt  _Last,
ios_base _Iosbase,
ios_base::iostate &  _State,
unsigned short &  _Val 
) const
inline
315  { // get unsigned short from [_First, _Last) into _Val
316  return (do_get(_First, _Last, _Iosbase, _State, _Val));
317  }
virtual _InIt __CLR_OR_THIS_CALL do_get(_InIt _First, _InIt _Last, ios_base &_Iosbase, ios_base::iostate &_State, _Bool &_Val) const
Definition: xlocnum:385
_FwdIt const _Ty _Val
Definition: algorithm:1938
_FwdIt _Last
Definition: algorithm:1936
template<class _Elem , class _InIt = istreambuf_iterator<_Elem, char_traits<_Elem> >>
_InIt __CLR_OR_THIS_CALL num_get< _Elem, _InIt >::get ( _InIt  _First,
_InIt  _Last,
ios_base _Iosbase,
ios_base::iostate &  _State,
unsigned int _Val 
) const
inline
322  { // get unsigned int from [_First, _Last) into _Val
323  return (do_get(_First, _Last, _Iosbase, _State, _Val));
324  }
virtual _InIt __CLR_OR_THIS_CALL do_get(_InIt _First, _InIt _Last, ios_base &_Iosbase, ios_base::iostate &_State, _Bool &_Val) const
Definition: xlocnum:385
_FwdIt const _Ty _Val
Definition: algorithm:1938
_FwdIt _Last
Definition: algorithm:1936
template<class _Elem , class _InIt = istreambuf_iterator<_Elem, char_traits<_Elem> >>
_InIt __CLR_OR_THIS_CALL num_get< _Elem, _InIt >::get ( _InIt  _First,
_InIt  _Last,
ios_base _Iosbase,
ios_base::iostate &  _State,
long &  _Val 
) const
inline
329  { // get long from [_First, _Last) into _Val
330  return (do_get(_First, _Last, _Iosbase, _State, _Val));
331  }
virtual _InIt __CLR_OR_THIS_CALL do_get(_InIt _First, _InIt _Last, ios_base &_Iosbase, ios_base::iostate &_State, _Bool &_Val) const
Definition: xlocnum:385
_FwdIt const _Ty _Val
Definition: algorithm:1938
_FwdIt _Last
Definition: algorithm:1936
template<class _Elem , class _InIt = istreambuf_iterator<_Elem, char_traits<_Elem> >>
_InIt __CLR_OR_THIS_CALL num_get< _Elem, _InIt >::get ( _InIt  _First,
_InIt  _Last,
ios_base _Iosbase,
ios_base::iostate &  _State,
unsigned long &  _Val 
) const
inline
336  { // get unsigned long from [_First, _Last) into _Val
337  return (do_get(_First, _Last, _Iosbase, _State, _Val));
338  }
virtual _InIt __CLR_OR_THIS_CALL do_get(_InIt _First, _InIt _Last, ios_base &_Iosbase, ios_base::iostate &_State, _Bool &_Val) const
Definition: xlocnum:385
_FwdIt const _Ty _Val
Definition: algorithm:1938
_FwdIt _Last
Definition: algorithm:1936
template<class _Elem , class _InIt = istreambuf_iterator<_Elem, char_traits<_Elem> >>
_InIt __CLR_OR_THIS_CALL num_get< _Elem, _InIt >::get ( _InIt  _First,
_InIt  _Last,
ios_base _Iosbase,
ios_base::iostate &  _State,
float &  _Val 
) const
inline
359  { // get float from [_First, _Last) into _Val
360  return (do_get(_First, _Last, _Iosbase, _State, _Val));
361  }
virtual _InIt __CLR_OR_THIS_CALL do_get(_InIt _First, _InIt _Last, ios_base &_Iosbase, ios_base::iostate &_State, _Bool &_Val) const
Definition: xlocnum:385
_FwdIt const _Ty _Val
Definition: algorithm:1938
_FwdIt _Last
Definition: algorithm:1936
template<class _Elem , class _InIt = istreambuf_iterator<_Elem, char_traits<_Elem> >>
_InIt __CLR_OR_THIS_CALL num_get< _Elem, _InIt >::get ( _InIt  _First,
_InIt  _Last,
ios_base _Iosbase,
ios_base::iostate &  _State,
double &  _Val 
) const
inline
366  { // get double from [_First, _Last) into _Val
367  return (do_get(_First, _Last, _Iosbase, _State, _Val));
368  }
virtual _InIt __CLR_OR_THIS_CALL do_get(_InIt _First, _InIt _Last, ios_base &_Iosbase, ios_base::iostate &_State, _Bool &_Val) const
Definition: xlocnum:385
_FwdIt const _Ty _Val
Definition: algorithm:1938
_FwdIt _Last
Definition: algorithm:1936
template<class _Elem , class _InIt = istreambuf_iterator<_Elem, char_traits<_Elem> >>
_InIt __CLR_OR_THIS_CALL num_get< _Elem, _InIt >::get ( _InIt  _First,
_InIt  _Last,
ios_base _Iosbase,
ios_base::iostate &  _State,
long double &  _Val 
) const
inline
373  { // get long double from [_First, _Last) into _Val
374  return (do_get(_First, _Last, _Iosbase, _State, _Val));
375  }
virtual _InIt __CLR_OR_THIS_CALL do_get(_InIt _First, _InIt _Last, ios_base &_Iosbase, ios_base::iostate &_State, _Bool &_Val) const
Definition: xlocnum:385
_FwdIt const _Ty _Val
Definition: algorithm:1938
_FwdIt _Last
Definition: algorithm:1936
template<class _Elem , class _InIt = istreambuf_iterator<_Elem, char_traits<_Elem> >>
_InIt __CLR_OR_THIS_CALL num_get< _Elem, _InIt >::get ( _InIt  _First,
_InIt  _Last,
ios_base _Iosbase,
ios_base::iostate &  _State,
void *&  _Val 
) const
inline
380  { // get void pointer from [_First, _Last) into _Val
381  return (do_get(_First, _Last, _Iosbase, _State, _Val));
382  }
virtual _InIt __CLR_OR_THIS_CALL do_get(_InIt _First, _InIt _Last, ios_base &_Iosbase, ios_base::iostate &_State, _Bool &_Val) const
Definition: xlocnum:385
_FwdIt const _Ty _Val
Definition: algorithm:1938
_FwdIt _Last
Definition: algorithm:1936

Member Data Documentation

template<class _Elem , class _InIt = istreambuf_iterator<_Elem, char_traits<_Elem> >>
__PURE_APPDOMAIN_GLOBAL locale::id num_get< _Elem, _InIt >::id
static

The documentation for this class was generated from the following file: