STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Static Private Member Functions | Static Private Attributes | List of all members
ios_base::Init Class Reference

Public Member Functions

__CLR_OR_THIS_CALL Init ()
 
__CLR_OR_THIS_CALL ~Init () _NOEXCEPT
 

Static Private Member Functions

static _MRTIMP2_NPURE void __cdecl _Init_ctor (Init *)
 
static _MRTIMP2_NPURE void __cdecl _Init_dtor (Init *)
 
static _MRTIMP2_NPURE int &__cdecl _Init_cnt_func ()
 

Static Private Attributes

static __PURE_APPDOMAIN_GLOBAL int _Init_cnt
 

Constructor & Destructor Documentation

__CLR_OR_THIS_CALL ios_base::Init::Init ( )
inline
253  { // initialize standard streams on first construction
254  _Init_ctor(this);
255  }
static _MRTIMP2_NPURE void __cdecl _Init_ctor(Init *)
__CLR_OR_THIS_CALL ios_base::Init::~Init ( )
inline
258  { // flush standard streams on last destruction
259  _Init_dtor(this);
260  }
static _MRTIMP2_NPURE void __cdecl _Init_dtor(Init *)

Member Function Documentation

static _MRTIMP2_NPURE int& __cdecl ios_base::Init::_Init_cnt_func ( )
staticprivate
static _MRTIMP2_NPURE void __cdecl ios_base::Init::_Init_ctor ( Init )
staticprivate
static _MRTIMP2_NPURE void __cdecl ios_base::Init::_Init_dtor ( Init )
staticprivate

Member Data Documentation

__PURE_APPDOMAIN_GLOBAL int ios_base::Init::_Init_cnt
staticprivate

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