![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This abstract class defines the client interface for walking the list of threads, i.e. More...
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>
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. | |
|
inlinevirtual |
Virtual Destructor.
|
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.