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

Method Entry

include/behaviortree_cpp/blackboard.h:61–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 std::chrono::nanoseconds stamp = std::chrono::nanoseconds{ 0 };
60
61 Entry(const TypeInfo& _info) : info(_info)
62 {}
63
64 ~Entry() = default;
65 Entry(const Entry&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected