GTK+ IOStream  Beta
<< GTK+ >> add C++ IOStream operators to GTK+. Now with extra abilities ... like network serialisation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
ThreadedClass Class Reference
Inheritance diagram for ThreadedClass:
Inheritance graph
[legend]
Collaboration diagram for ThreadedClass:
Collaboration graph
[legend]

Public Member Functions

void setVariable (int var)
 
void method (void)
 
- Public Member Functions inherited from Thread
 Thread (void)
 
virtual ~Thread (void)
 
int run (void *(*start_routine)(void *), void *data)
 
void * meetThread (void)
 
void exit (void *retVal)
 

Static Public Member Functions

static void * staticMethod (void *data)
 

Private Attributes

int variable
 

Detailed Description

Definition at line 29 of file ThreadTest.C.

Member Function Documentation

void ThreadedClass::method ( void  )
inline

Definition at line 51 of file ThreadTest.C.

Here is the caller graph for this function:

void ThreadedClass::setVariable ( int  var)
inline

Definition at line 47 of file ThreadTest.C.

Here is the caller graph for this function:

static void* ThreadedClass::staticMethod ( void *  data)
inlinestatic

Definition at line 38 of file ThreadTest.C.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

int ThreadedClass::variable
private

Definition at line 30 of file ThreadTest.C.


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