Whole document tree
    

Whole document tree

std::ios_base::_Callback_list struct Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::ios_base::_Callback_list Struct Reference

#include <ios_base.h>

Collaboration diagram for std::ios_base::_Callback_list:

Collaboration graph
[legend]
List of all members.

Public Methods

 _Callback_list (ios_base::event_callback __fn, int __index, _Callback_list *__cb)
void _M_add_reference ()
int _M_remove_reference ()

Public Attributes

_Callback_list * _M_next
ios_base::event_callback _M_fn
int _M_index
int _M_refcount

Constructor & Destructor Documentation

std::ios_base::_Callback_list::_Callback_list ios_base::event_callback    __fn,
int    __index,
_Callback_list *    __cb
[inline]
 

Definition at line 244 of file ios_base.h.

References _M_fn, _M_index, and _M_refcount.


Member Function Documentation

void std::ios_base::_Callback_list::_M_add_reference   [inline]
 

Definition at line 249 of file ios_base.h.

References _M_refcount.

int std::ios_base::_Callback_list::_M_remove_reference   [inline]
 

Definition at line 252 of file ios_base.h.

References _M_refcount.

Referenced by std::ios_base::_M_dispose_callbacks().


Member Data Documentation

ios_base::event_callback std::ios_base::_Callback_list::_M_fn
 

Definition at line 240 of file ios_base.h.

Referenced by _Callback_list(), and std::ios_base::_M_call_callbacks().

int std::ios_base::_Callback_list::_M_index
 

Definition at line 241 of file ios_base.h.

Referenced by _Callback_list(), and std::ios_base::_M_call_callbacks().

_Callback_list* std::ios_base::_Callback_list::_M_next
 

Definition at line 239 of file ios_base.h.

Referenced by std::ios_base::_M_call_callbacks(), and std::ios_base::_M_dispose_callbacks().

int std::ios_base::_Callback_list::_M_refcount
 

Definition at line 242 of file ios_base.h.

Referenced by _Callback_list(), _M_add_reference(), and _M_remove_reference().


The documentation for this struct was generated from the following file:
Generated on Mon Apr 8 03:18:57 2002 for libstdc++-v3 Source by doxygen1.2.15