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

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
560  : _Next(_Link), _Index(_Idx), _Pfn(_Pnew)
561  { // construct node for index _Idx and link it in
562  }
_FS_DLL int __CLRCALL_PURE_OR_CDECL _Link(const char *, const char *)
_Fnarray * _Next
Definition: xiosbase:564
event_callback _Pfn
Definition: xiosbase:566
int _Index
Definition: xiosbase:565

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: