The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

caller< HandlerType > Class Template Reference

#include <caller.h>

Inheritance diagram for caller< HandlerType >:

Inheritance graph
[legend]
Collaboration diagram for caller< HandlerType >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 caller (HandlerType *initial)
virtual ~caller ()
calleroperator= (HandlerType *newtarget)

Public Attributes

HandlerType * target

Detailed Description

template<typename HandlerType>
class caller< HandlerType >

Definition at line 114 of file caller.h.


Constructor & Destructor Documentation

template<typename HandlerType>
caller< HandlerType >::caller HandlerType *  initial  )  [inline]
 

Definition at line 119 of file caller.h.

template<typename HandlerType>
virtual caller< HandlerType >::~caller  )  [inline, virtual]
 

Definition at line 123 of file caller.h.


Member Function Documentation

template<typename HandlerType>
caller& caller< HandlerType >::operator= HandlerType *  newtarget  )  [inline]
 

Definition at line 125 of file caller.h.


Member Data Documentation

template<typename HandlerType>
HandlerType* caller< HandlerType >::target
 

Definition at line 117 of file caller.h.


The documentation for this class was generated from the following file: