STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
ios_base::_Fnarray Struct Reference
Inheritance diagram for ios_base::_Fnarray:
_Crt_new_delete

Public Member Functions

__CLR_OR_THIS_CALL _Fnarray (int _Idx, event_callback _Pnew, _Fnarray *_Link)
 

Public Attributes

_Fnarray_Next
 
int _Index
 
event_callback _Pfn
 

Constructor & Destructor Documentation

__CLR_OR_THIS_CALL ios_base::_Fnarray::_Fnarray ( int  _Idx,
event_callback  _Pnew,
_Fnarray _Link 
)
inline
572  : _Next(_Link), _Index(_Idx), _Pfn(_Pnew)
573  { // construct node for index _Idx and link it in
574  }
_FS_DLL int __CLRCALL_PURE_OR_CDECL _Link(const wchar_t *, const wchar_t *)
_Fnarray * _Next
Definition: xiosbase:576
event_callback _Pfn
Definition: xiosbase:578
int _Index
Definition: xiosbase:577

Member Data Documentation

int ios_base::_Fnarray::_Index
_Fnarray* ios_base::_Fnarray::_Next
event_callback ios_base::_Fnarray::_Pfn

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