CSL  6.0
LThread Class Reference

#include <CSL_AbstComponent.h>

+ Inheritance diagram for LThread:

Public Member Functions

 LThread (GThread *athr, CSLAbstComponent *acomp, bool looper)
 
void run ()
 
 LThread (GThread *athr, CSLComponent *acomp, bool looper)
 
void run ()
 

Public Attributes

GThreadthr
 
CSLAbstComponentcomp
 
bool loop
 
CSLComponentcomp
 

Detailed Description

Definition at line 72 of file CSL_AbstComponent.h.

Constructor & Destructor Documentation

LThread::LThread ( GThread athr,
CSLAbstComponent acomp,
bool  looper 
)
inline

Definition at line 74 of file CSL_AbstComponent.h.

LThread::LThread ( GThread athr,
CSLComponent acomp,
bool  looper 
)
inline

Definition at line 72 of file CSL_TestComponent.h.

Member Function Documentation

void LThread::run ( )
void LThread::run ( )

Member Data Documentation

GThread * LThread::thr

Definition at line 76 of file CSL_AbstComponent.h.

CSLAbstComponent* LThread::comp

Definition at line 78 of file CSL_AbstComponent.h.

bool LThread::loop

Definition at line 79 of file CSL_AbstComponent.h.

CSLComponent* LThread::comp

Definition at line 76 of file CSL_TestComponent.h.


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