Class Phase::Pending
Defined in File Phase.hpp
Nested Relationships
This class is a nested type of Class Phase.
Class Documentation
-
class Pending
Public Functions
-
Pending(ConstTagPtr tag)
Constructor.
-
const ConstTagPtr &tag() const
Tag of the phase.
-
Pending &will_be_skipped(bool value)
Change whether this pending phase will be skipped.
-
bool will_be_skipped() const
Check if this phase is set to be skipped.
-
Pending(ConstTagPtr tag)