Aspose.Tasks for C++
|
Checks a tree (of tasks) whether it contains a circuit. More...
#include <CheckCircuit.h>
Inherits Aspose::Tasks::Util::TreeAlgorithmBase< System::SharedPtr< Aspose::Tasks::Task > >.
Public Member Functions | |
CheckCircuit () | |
Initializes a new instance of the CheckCircuit class. More... | |
void | Alg (System::SharedPtr< Task > el, int32_t level) override |
Check if the specified object was already processed. More... | |
Public Member Functions inherited from Aspose::Tasks::Util::TreeAlgorithmBase< System::SharedPtr< Aspose::Tasks::Task > > | |
void | PreAlg (System::SharedPtr< Aspose::Tasks::Task > el, int32_t level) override |
Called before processing of a node of a tree. More... | |
void | Alg (System::SharedPtr< Aspose::Tasks::Task > el, int32_t level) override=0 |
Processes a node of a tree. More... | |
void | PostAlg (System::SharedPtr< Aspose::Tasks::Task > el, int32_t level) override |
Called after processing of a node of a tree. More... | |
Checks a tree (of tasks) whether it contains a circuit.
Aspose::Tasks::Util::CheckCircuit::CheckCircuit | ( | ) |
Initializes a new instance of the CheckCircuit class.
|
override |
Check if the specified object was already processed.
el | Object to process. |
level | Tree node level. |