Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages   Examples  

fpoller::callback_ptr Struct Reference

#include <poller_util.h>

List of all members.

Public Methods

 callback_ptr ()
 callback_ptr (callback *pcb)
 callback_ptr (const callback_ptr &rhs)
callback_ptr & operator= (const callback_ptr &rhs)
 ~callback_ptr ()
callbackoperator * ()
callbackoperator-> ()
callbackptr ()
int use_count ()

Public Attributes

callbackpcb_
int * count_


Detailed Description

Smart pointer based on the boost library's implementation. Provided here so users of this library do not have to install all of boost. Intentionally not made generic because it does not have all of the boost pointer's functionality. If you want a good generic smart poiner go to http://www.boost.org.

Definition at line 90 of file poller_util.h.


The documentation for this struct was generated from the following file:
Generated at Wed Oct 16 16:02:39 2002 for fpoller by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001