ARC SDK
Public Member Functions | Protected Member Functions | Friends
Arc::Thread Class Referenceabstract

Base class for simple object associated thread. More...

#include <Thread.h>

Public Member Functions

bool start (SimpleCounter *count=NULL)
 Start thread. More...
 

Protected Member Functions

virtual void thread (void)=0
 Implement this method and put thread functionality into it. More...
 

Friends

class ThreadArgument
 

Detailed Description

Base class for simple object associated thread.

Member Function Documentation

◆ start()

bool Arc::Thread::start ( SimpleCounter count = NULL)

Start thread.

This method provides functionality similar to CreateThreadFunction but runs thread() method instead of specified function.

◆ thread()

virtual void Arc::Thread::thread ( void  )
protectedpure virtual

Implement this method and put thread functionality into it.


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