std::ios_base::_Callback_list Struct Reference

#include <ios_base.h>

List of all members.

Public Member Functions

 _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
_Atomic_word _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 476 of file ios_base.h.

References _M_fn, _M_next, and std::ios_base::event_callback.


Member Function Documentation

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

Definition at line 481 of file ios_base.h.

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

Definition at line 485 of file ios_base.h.


Member Data Documentation

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

Definition at line 472 of file ios_base.h.

Referenced by _Callback_list().

int std::ios_base::_Callback_list::_M_index
 

Definition at line 473 of file ios_base.h.

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

Definition at line 471 of file ios_base.h.

Referenced by _Callback_list().

_Atomic_word std::ios_base::_Callback_list::_M_refcount
 

Definition at line 474 of file ios_base.h.


The documentation for this struct was generated from the following file:
Generated on Tue Jan 30 17:32:13 2007 for GNU C++ STL by doxygen 1.3.6