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

Public Member Functions

 _Timeobj (_Ptr _Tptr_arg, const _Elem *_Fmt_arg)
 

Public Attributes

_Ptr _Tptr
 
const _Elem * _Fmtfirst
 
const _Elem * _Fmtlast
 

Constructor & Destructor Documentation

template<class _Elem, class _Ptr >
_Timeobj< _Elem, _Ptr >::_Timeobj ( _Ptr  _Tptr_arg,
const _Elem *  _Fmt_arg 
)
inline
161  : _Tptr(_Tptr_arg), _Fmtfirst(_Fmt_arg)
162  { // construct from tm pointer and format pointer
163  for (_Fmtlast = _Fmtfirst; *_Fmtlast != 0; ++_Fmtlast)
164  ; // find end of format string
165  }
const _Elem * _Fmtlast
Definition: iomanip:169
const _Elem * _Fmtfirst
Definition: iomanip:168
_Ptr _Tptr
Definition: iomanip:167

Member Data Documentation

template<class _Elem, class _Ptr >
const _Elem* _Timeobj< _Elem, _Ptr >::_Fmtfirst
template<class _Elem, class _Ptr >
const _Elem* _Timeobj< _Elem, _Ptr >::_Fmtlast
template<class _Elem, class _Ptr >
_Ptr _Timeobj< _Elem, _Ptr >::_Tptr

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