TDME2 1.9.121
Public Member Functions | List of all members
Console::LogWriterThread Class Reference
Inheritance diagram for Console::LogWriterThread:
Inheritance graph
Collaboration diagram for Console::LogWriterThread:
Collaboration graph

Public Member Functions

 LogWriterThread ()
 
 ~LogWriterThread ()
 
void run ()
 Abstract run() method, should be implemented by subclassed class, will be called after spawn by start() More...
 
void flush ()
 
- Public Member Functions inherited from Thread
 Thread (const string &name, size_t stackSize=2 *1024 *1024)
 Public constructor. More...
 
virtual ~Thread ()
 Public destructor. More...
 
void join ()
 Blocks caller thread until this thread has been terminated. More...
 
void start ()
 Starts this objects thread. More...
 
virtual void run ()=0
 Abstract run() method, should be implemented by subclassed class, will be called after spawn by start() More...
 
void stop ()
 Requests that this thread should be stopped. More...
 
bool isStopRequested ()
 Returns if stop has been requested. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from Thread
static int getHardwareThreadCount ()
 
static void sleep (const uint64_t milliseconds)
 sleeps current thread for given time in milliseconds More...
 

Detailed Description

Definition at line 51 of file Console.h.

Constructor & Destructor Documentation

◆ LogWriterThread()

Definition at line 22 of file Console.cpp.

◆ ~LogWriterThread()

Definition at line 30 of file Console.cpp.

Member Function Documentation

◆ flush()

void flush ( )

Definition at line 50 of file Console.cpp.

◆ run()

void run ( )
virtual

Abstract run() method, should be implemented by subclassed class, will be called after spawn by start()

Implements Thread.

Definition at line 36 of file Console.cpp.


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