MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / CycleState

Enum CycleState

tests/catch.hpp:5596–5603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5594 class TrackerBase : public ITracker {
5595 protected:
5596 enum CycleState {
5597 NotStarted,
5598 Executing,
5599 ExecutingChildren,
5600 NeedsAnotherRun,
5601 CompletedSuccessfully,
5602 Failed
5603 };
5604
5605 using Children = std::vector<ITrackerPtr>;
5606 NameAndLocation m_nameAndLocation;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected