Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

CL_SlotBuffer_v1 Class Template Reference

#include <slotbuffer_v1.h>

Collaboration diagram for CL_SlotBuffer_v1:

Collaboration graph
[legend]
List of all members.

Public Methods

 CL_SlotBuffer_v1 ()
 CL_SlotBuffer_v1 (CL_Signal_v1< PARAM1 > &signal)
 operator bool ()
int size ()
Paramsoperator[] (int index)
void connect (CL_Signal_v1< PARAM1 > &signal)
void disconnect (CL_Signal_v1< PARAM1 > &signal)

Private Methods

void callback (PARAM1 p1)

Private Attributes

std::vector<Paramsparams
CL_Slot slot

template<class PARAM1> class CL_SlotBuffer_v1


Constructor & Destructor Documentation

template<class PARAM1>
CL_SlotBuffer_v1<PARAM1>::CL_SlotBuffer_v1<PARAM1> ( ) [inline]
 

Definition at line 18 of file slotbuffer_v1.h.

template<class PARAM1>
CL_SlotBuffer_v1<PARAM1>::CL_SlotBuffer_v1<PARAM1> ( CL_Signal_v1< PARAM1 > & signal ) [inline]
 

Definition at line 22 of file slotbuffer_v1.h.


Member Function Documentation

template<class PARAM1>
void CL_SlotBuffer_v1<PARAM1>::callback ( PARAM1 p1 ) [inline, private]
 

Definition at line 58 of file slotbuffer_v1.h.

template<class PARAM1>
void CL_SlotBuffer_v1<PARAM1>::connect ( CL_Signal_v1< PARAM1 > & signal ) [inline]
 

Definition at line 46 of file slotbuffer_v1.h.

Referenced by CL_SlotBuffer_v1().

template<class PARAM1>
void CL_SlotBuffer_v1<PARAM1>::disconnect ( CL_Signal_v1< PARAM1 > & signal ) [inline]
 

Definition at line 51 of file slotbuffer_v1.h.

template<class PARAM1>
CL_SlotBuffer_v1<PARAM1>::operator bool ( ) [inline]
 

Definition at line 29 of file slotbuffer_v1.h.

template<class PARAM1>
Params & CL_SlotBuffer_v1<PARAM1>::operator[] ( int index ) [inline]
 

Definition at line 39 of file slotbuffer_v1.h.

template<class PARAM1>
int CL_SlotBuffer_v1<PARAM1>::size ( ) [inline]
 

Definition at line 34 of file slotbuffer_v1.h.


Member Data Documentation

template<class PARAM1>
std::vector<Params> CL_SlotBuffer_v1<PARAM1>::params [private]
 

Definition at line 66 of file slotbuffer_v1.h.

template<class PARAM1>
CL_Slot CL_SlotBuffer_v1<PARAM1>::slot [private]
 

Definition at line 67 of file slotbuffer_v1.h.


The documentation for this class was generated from the following file:
Generated at Wed Apr 4 19:57:25 2001 for ClanLib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001