GM6000 Digital Heater Controller Branch: main
SDX-1330
List of all members | Public Member Functions
Cpl::System::Thread::Traverser Class Referenceabstract

This abstract class defines the client interface for walking the list of threads, i.e. More...

Detailed Description

This abstract class defines the client interface for walking the list of threads, i.e.

defines the callback method for when walking/traversing the list of active threads.

#include <Thread.h>

Inheritance diagram for Cpl::System::Thread::Traverser:
[legend]

Public Member Functions

virtual ~Traverser ()
 Virtual Destructor.
 
virtual Cpl::Type::Traverser::Status_T item (Thread &nextThread)=0
 This method is called once for ever item in the "traversee's" list.
 

Constructor & Destructor Documentation

◆ ~Traverser()

virtual Cpl::System::Thread::Traverser::~Traverser ( )
inlinevirtual

Virtual Destructor.

Member Function Documentation

◆ item()

virtual Cpl::Type::Traverser::Status_T Cpl::System::Thread::Traverser::item ( Thread nextThread)
pure virtual

This method is called once for ever item in the "traversee's" list.

The return code from the method is used by the traverser to continue the traversal (eCONTINUE), or abort the traversal (eABORT).

Implemented in Cpl::TShell::Cmd::Threads.


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