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

Method value

examples/t08_additional_node_args.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 NoCopyObj(const NoCopyObj&) = delete;
14 NoCopyObj& operator=(const NoCopyObj&) = delete;
15 int value()
16 {
17 return _value;
18 }
19
20private:
21 int _value = 0;

Callers 15

executeTickMethod · 0.45
createNodeFromXMLMethod · 0.45
ImportBlackboardFromJSONFunction · 0.45
instantiateTreeNodeMethod · 0.45
ParseScriptAndExecuteFunction · 0.45
TestNodeMethod · 0.45
tickMethod · 0.45
SaySomethingSimpleFunction · 0.45
TESTFunction · 0.45
tickMethod · 0.45
tickMethod · 0.45
tickMethod · 0.45

Calls

no outgoing calls

Tested by 15

TestNodeMethod · 0.36
TESTFunction · 0.36
tickMethod · 0.36
tickMethod · 0.36
tickMethod · 0.36
tickMethod · 0.36
tickMethod · 0.36
tickMethod · 0.36
tickMethod · 0.36
tickMethod · 0.36
TESTFunction · 0.36
checkLevelFunction · 0.36