Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::_Format_cache Class Template Reference

#include <locale_facets.h>

List of all members.

Public Types

enum  {
  _S_minus, _S_plus, _S_x, _S_X,
  _S_digits, _S_digits_end = _S_digits + 16, _S_udigits = _S_digits_end, _S_udigits_end = _S_udigits + 16,
  _S_ee = _S_digits + 14, _S_Ee = _S_udigits + 14
}

Public Methods


Public Attributes


Static Public Methods


Static Public Attributes


Friends

class  locale
class  _Numeric_get
class  num_get< _CharT >
class  num_put< _CharT >
class  time_get< _CharT >
class  money_get< _CharT >
class  time_put< _CharT >
class  money_put< _CharT >

template<typename _CharT> class std::_Format_cache


Member Typedef Documentation

typedef _CharT char_type
 

typedef char_traits<_CharT> traits_type
 

typedef basic_string<_CharT> string_type
 

typedef string_type::size_type size_type
 


Member Enumeration Documentation

anonymous enum
 

Enumeration values:
_S_minus  
_S_plus  
_S_x  
_S_X  
_S_digits  
_S_digits_end  
_S_udigits  
_S_udigits_end  
_S_ee  
_S_Ee  


Constructor & Destructor Documentation

_Format_cache ( )
 

~_Format_cache ( ) throw () [inline]
 


Member Function Documentation

_Format_cache<_CharT>* _S_get ( ios_base & __ios ) [static]
 

void _M_populate ( ios_base & )
 

void _S_callback ( ios_base::event __event,
ios_base & __ios,
int __ix ) throw () [static]
 


Friends And Related Function Documentation

friend class locale [friend]
 

friend class _Numeric_get [friend]
 

friend class num_get< _CharT > [friend]
 

friend class num_put< _CharT > [friend]
 

friend class time_get< _CharT > [friend]
 

friend class money_get< _CharT > [friend]
 

friend class time_put< _CharT > [friend]
 

friend class money_put< _CharT > [friend]
 


Member Data Documentation

int _S_pword_ix [static]
 

bool _M_valid
 

const char _S_literals[] [static]
 

char_type _M_decimal_point
 

char_type _M_thousands_sep
 

string_type _M_truename
 

string_type _M_falsename
 

bool _M_use_grouping
 

string _M_grouping
 


The documentation for this class was generated from the following file:
Generated at Fri Apr 6 15:54:33 2001 for libstdc++ by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001