STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
_Cl_names Struct Reference

Public Member Functions

template<class _Elem >
const _Elem * _Get () const
 
template<>
const char_Get () const
 
template<>
const wchar_t_Get () const
 

Public Attributes

const char_Narrow
 
const wchar_t_Wide
 
unsigned int _Len
 
ctype_base::mask _Ctype
 

Member Function Documentation

template<class _Elem >
const _Elem* _Cl_names::_Get ( ) const
inline
template<>
const char* _Cl_names::_Get ( ) const
inline
175  { // get narrow pointer
176  return (_Narrow);
177  }
const char * _Narrow
Definition: regex:164
template<>
const wchar_t* _Cl_names::_Get ( ) const
inline
181  { // get wide pointer
182  return (_Wide);
183  }
const wchar_t * _Wide
Definition: regex:165

Member Data Documentation

ctype_base::mask _Cl_names::_Ctype
unsigned int _Cl_names::_Len
const char* _Cl_names::_Narrow
const wchar_t* _Cl_names::_Wide

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