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


Detailed Description

Definition at line 466 of file ios_base.h.


Constructor & Destructor Documentation

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

Definition at line 474 of file ios_base.h.


Member Function Documentation

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

Definition at line 479 of file ios_base.h.

References _M_refcount.

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

Definition at line 483 of file ios_base.h.

References _M_refcount.


Member Data Documentation

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

Definition at line 470 of file ios_base.h.

int std::ios_base::_Callback_list::_M_index

Definition at line 471 of file ios_base.h.

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

Definition at line 469 of file ios_base.h.

_Atomic_word std::ios_base::_Callback_list::_M_refcount

Definition at line 472 of file ios_base.h.

Referenced by _M_add_reference(), and _M_remove_reference().


The documentation for this struct was generated from the following file:
Generated on Tue Feb 2 16:58:58 2010 for GNU C++ STL by  doxygen 1.4.7