STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | Public Member Functions | Public Attributes | List of all members
_Quote_in< _Elem, _Traits, _Alloc > Struct Template Reference

Public Types

typedef basic_string< _Elem, _Traits, _Alloc > _Mystr
 

Public Member Functions

 _Quote_in (_Mystr &_Str_obj, _Elem _Delim_obj, _Elem _Escape_obj)
 
_Quote_inoperator= (const _Quote_in &)=delete
 

Public Attributes

_Mystr_Str
 
_Elem _Delim
 
_Elem _Escape
 

Member Typedef Documentation

template<class _Elem, class _Traits, class _Alloc>
typedef basic_string<_Elem, _Traits, _Alloc> _Quote_in< _Elem, _Traits, _Alloc >::_Mystr

Constructor & Destructor Documentation

template<class _Elem, class _Traits, class _Alloc>
_Quote_in< _Elem, _Traits, _Alloc >::_Quote_in ( _Mystr _Str_obj,
_Elem  _Delim_obj,
_Elem  _Escape_obj 
)
inline
258  : _Str(_Str_obj),
259  _Delim(_Delim_obj), _Escape(_Escape_obj)
260  { // construct from string, delimiter, and escape
261  }
_Mystr & _Str
Definition: iomanip:263
_Elem _Escape
Definition: iomanip:265
_Elem _Delim
Definition: iomanip:264

Member Function Documentation

template<class _Elem, class _Traits, class _Alloc>
_Quote_in& _Quote_in< _Elem, _Traits, _Alloc >::operator= ( const _Quote_in< _Elem, _Traits, _Alloc > &  )
delete

Member Data Documentation

template<class _Elem, class _Traits, class _Alloc>
_Elem _Quote_in< _Elem, _Traits, _Alloc >::_Delim
template<class _Elem, class _Traits, class _Alloc>
_Elem _Quote_in< _Elem, _Traits, _Alloc >::_Escape
template<class _Elem, class _Traits, class _Alloc>
_Mystr& _Quote_in< _Elem, _Traits, _Alloc >::_Str

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