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

Method data

include/behaviortree_cpp/contrib/json.hpp:23499–23502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23497 json_value m_value = {};
23498
23499 data(const value_t v)
23500 : m_type(v), m_value(v)
23501 {
23502 }
23503
23504 data(size_type cnt, const basic_json& val)
23505 : m_type(value_t::array)

Callers 15

parseStringMethod · 0.45
json.hppFile · 0.45
concat_intoFunction · 0.45
scan_numberMethod · 0.45
get_token_stringFunction · 0.45
scanFunction · 0.45
get_numberMethod · 0.45
get_token_stringMethod · 0.45
write_cborMethod · 0.45
write_msgpackMethod · 0.45
write_ubjsonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected