1#ifndef Cpl_Type_Traverser_h_
2#define Cpl_Type_Traverser_h_
This class defines a set of type(s) that are used with the traverser design pattern.
Definition Traverser.h:27
Status_T
Return codes (for the callback method) that determine if the traversal should continue.
Definition Traverser.h:32
@ eABORT
Indicates the client wants to cancel/terminate the traversal.
Definition Traverser.h:33
@ eCONTINUE
Indicates the client wants to continue the traversal.
Definition Traverser.h:34
Traverser()
This constructor does NOTHING.
Definition Traverser.h:42
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20