Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages   Examples  

CTBcallbackArg2 Class Template Reference

Callback argument container for two arguments. More...

#include <CTBcallback.hxx>

Collaboration diagram for CTBcallbackArg2:

Collaboration graph
[legend]
List of all members.

Public Methods

 CTBcallbackArg2 (T1 p1, T2 p2)

Public Attributes

T1 m_p1
T2 m_p2

Detailed Description

template<class T1, class T2>
class CTBcallbackArg2< T1, T2 >

Callback argument container for two arguments.

For a detailed description of the CTBcallback mechanism look into Using CTBcallback.

Definition at line 117 of file CTBcallback.hxx.


Constructor & Destructor Documentation

template<class T1, class T2>
CTBcallbackArg2< T1, T2 >::CTBcallbackArg2 T1 p1,
T2 p2
[inline]
 

Construct and setup.

Definition at line 396 of file CTBcallback.icc.


Member Data Documentation

template<class T1, class T2>
T1 CTBcallbackArg2::m_p1
 

Definition at line 121 of file CTBcallback.hxx.

template<class T1, class T2>
T2 CTBcallbackArg2::m_p2
 

Definition at line 122 of file CTBcallback.hxx.


The documentation for this class was generated from the following files:
Generated at Fri Oct 24 18:13:13 2003 for CTBbase by doxygen1.2.9-20010812 written by Dimitri van Heesch, © 1997-2001