MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / PrintEnum

Method PrintEnum

tests/gtest_enums.cpp:139–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137{
138public:
139 explicit PrintEnum(const std::string& name, const BT::NodeConfig& config)
140 : ConditionNode(name, config)
141 {}
142
143 ~PrintEnum() override = default;
144 PrintEnum(const PrintEnum&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected