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
176  { // get narrow pointer
177  return (_Narrow);
178  }
const char * _Narrow
Definition: regex:165
template<>
const wchar_t* _Cl_names::_Get ( ) const
inline
182  { // get wide pointer
183  return (_Wide);
184  }
const wchar_t * _Wide
Definition: regex:166

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: