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>

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 245 of file ios_base.h.


Member Function Documentation

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

Definition at line 250 of file ios_base.h.

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

Definition at line 253 of file ios_base.h.


Member Data Documentation

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

Definition at line 241 of file ios_base.h.

int std::ios_base::_Callback_list::_M_index
 

Definition at line 242 of file ios_base.h.

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

Definition at line 240 of file ios_base.h.

int std::ios_base::_Callback_list::_M_refcount
 

Definition at line 243 of file ios_base.h.


The documentation for this struct was generated from the following file:
Generated at Tue May 1 16:29:47 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001