MCPcopy Create free account

hub / github.com/BehaviorTree/BehaviorTree.CPP / functions

Functions2,345 in github.com/BehaviorTree/BehaviorTree.CPP

MethodUpdatePosition
tests/gtest_blackboard.cpp:680
MethodUpdatePosition
examples/t11_groot_howto.cpp:56
MethodUseWaypoint
examples/t18_waypoints.cpp:78
FunctionValidCast
include/behaviortree_cpp/utils/safe_any.hpp:243
FunctionVerifyAlignmentRequirements
3rdparty/flatbuffers/flatbuffers/base.h:360
FunctionVisit
Visit a declaration.
3rdparty/tinyxml2/tinyxml2.h:501
FunctionVisitEnter
3rdparty/tinyxml2/tinyxml2.h:483
FunctionVisitExit
Visit a document.
3rdparty/tinyxml2/tinyxml2.h:487
MethodWhileDoElseNode
src/controls/while_do_else_node.cpp:17
MethodWhileDoElseNode
include/behaviortree_cpp/controls/while_do_else_node.h:40
MethodWrite
3rdparty/tinyxml2/tinyxml2.cpp:2630
FunctionXMLAttribute
3rdparty/tinyxml2/tinyxml2.h:1245
MethodXMLComment
3rdparty/tinyxml2/tinyxml2.cpp:1288
MethodXMLDeclaration
3rdparty/tinyxml2/tinyxml2.cpp:1336
MethodXMLDocument
3rdparty/tinyxml2/tinyxml2.cpp:2183
MethodXMLElement
--------- XMLElement ---------- //
3rdparty/tinyxml2/tinyxml2.cpp:1599
MethodXMLNode
3rdparty/tinyxml2/tinyxml2.cpp:798
MethodXMLParser
include/behaviortree_cpp/xml_parsing.h:23
MethodXMLPrinter
3rdparty/tinyxml2/tinyxml2.cpp:2580
MethodXMLUnknown
3rdparty/tinyxml2/tinyxml2.cpp:1385
FunctionZMQ_CONSTEXPR_IF
3rdparty/cppzmq/zmq_addon.hpp:110
Function_mco_running
3rdparty/minicoro/minicoro.h:1865
Function_mco_wrap_main
3rdparty/minicoro/minicoro.h:1177
Methodabort
3rdparty/cppzmq/zmq.hpp:2387
Functionaccept
include/behaviortree_cpp/contrib/json.hpp:23357
Methodactive_poller_t
3rdparty/cppzmq/zmq_addon.hpp:731
Methodadd
3rdparty/cppzmq/zmq.hpp:2675
Methodadd
3rdparty/cppzmq/zmq_addon.hpp:742
Methodadd
Adds a new timer \return Returns the ID of the new timer. You can use this ID to cancel the timer
include/behaviortree_cpp/utils/timer_queue.h:100
MethodaddConverter
include/behaviortree_cpp/json_export.h:150
Methodadd_impl
3rdparty/cppzmq/zmq.hpp:2773
Methodany
Constructs an object of type any with an empty state.
include/behaviortree_cpp/contrib/any.hpp:71
Functionany_cast
include/behaviortree_cpp/contrib/any.hpp:467
Functionany_cast_move_if_true
include/behaviortree_cpp/contrib/any.hpp:453
MethodapplyTransitiveCasts
include/behaviortree_cpp/utils/polymorphic_cast_registry.hpp:311
FunctionassignDefaultRemapping
include/behaviortree_cpp/tree_node.h:674
MethodatEnd
src/script_parser.cpp:72
Functionback
@brief access the last element @sa https://json.nlohmann.me/api/basic_json/back/
include/behaviortree_cpp/contrib/json.hpp:21710
Methodbad_expected_access
include/behaviortree_cpp/contrib/expected.hpp:1591
Methodbad_expected_access
include/behaviortree_cpp/contrib/expected.hpp:1606
Methodbark
tests/include/animal_hierarchy_test.h:56
Functionbasic_json array
@brief explicitly create an array from an initializer list @sa https://json.nlohmann.me/api/basic_json/array/
include/behaviortree_cpp/contrib/json.hpp:20306
Functionbasic_json binary
@brief explicitly create a binary array (without subtype) @sa https://json.nlohmann.me/api/basic_json/binary/
include/behaviortree_cpp/contrib/json.hpp:20262
Functionbasic_json diff
@brief creates a diff as a JSON patch @sa https://json.nlohmann.me/api/basic_json/diff/
include/behaviortree_cpp/contrib/json.hpp:24281
Functionbasic_json from_bjdata
include/behaviortree_cpp/contrib/json.hpp:23829
Functionbasic_json from_bson
include/behaviortree_cpp/contrib/json.hpp:23859
Functionbasic_json from_cbor
include/behaviortree_cpp/contrib/json.hpp:23663
Functionbasic_json from_msgpack
include/behaviortree_cpp/contrib/json.hpp:23721
Functionbasic_json from_ubjson
include/behaviortree_cpp/contrib/json.hpp:23775
Functionbasic_json meta
@brief returns version information on the library @sa https://json.nlohmann.me/api/basic_json/meta/
include/behaviortree_cpp/contrib/json.hpp:19549
Functionbasic_json object
@brief explicitly create an object from an initializer list @sa https://json.nlohmann.me/api/basic_json/object/
include/behaviortree_cpp/contrib/json.hpp:20314
Functionbasic_json parse
include/behaviortree_cpp/contrib/json.hpp:23316
Functionbinary
include/behaviortree_cpp/contrib/json.hpp:6860
Methodbinary
include/behaviortree_cpp/contrib/json.hpp:7044
Methodbinary_reader
! @brief create a binary reader @param[in] adapter input adapter to read from */
include/behaviortree_cpp/contrib/json.hpp:9228
Methodbinary_writer
! @brief create a binary writer @param[in] adapter output adapter to write to */
include/behaviortree_cpp/contrib/json.hpp:15090
Functionboolean
include/behaviortree_cpp/contrib/json.hpp:6830
Methodboolean
include/behaviortree_cpp/contrib/json.hpp:7014
Methodbuild_requirements
(self)
conanfile.py:15
MethodcalcWaitTime
include/behaviortree_cpp/utils/timer_queue.h:212
Methodcalc_bson_array_size
! @return The size of the BSON-encoded array @a value */
include/behaviortree_cpp/contrib/json.hpp:16146
Methodcalc_bson_binary_size
! @return The size of the BSON-encoded binary array @a value */
include/behaviortree_cpp/contrib/json.hpp:16161
Methodcalc_bson_element_size
! @brief Calculates the size necessary to serialize the JSON value @a j with its @a name @return The calculated size for the BSON document ent
include/behaviortree_cpp/contrib/json.hpp:16203
Methodcalc_bson_entry_header_size
! @return The size of a BSON document entry header, including the id marker and the entry name size (and its null-terminator). */
include/behaviortree_cpp/contrib/json.hpp:15999
Methodcalc_bson_integer_size
! @return The size of the BSON-encoded integer @a value */
include/behaviortree_cpp/contrib/json.hpp:16076
Methodcalc_bson_object_size
! @brief Calculates the size of the BSON serialization of the given JSON-object @a j. @param[in] value JSON value to serialize
include/behaviortree_cpp/contrib/json.hpp:16298
Methodcalc_bson_string_size
! @return The size of the BSON-encoded string in @a value */
include/behaviortree_cpp/contrib/json.hpp:16046
Methodcalc_bson_unsigned_size
! @return The size of the BSON-encoded unsigned integer in @a j */
include/behaviortree_cpp/contrib/json.hpp:16104
Functioncalculate_cases
include/behaviortree_cpp/contrib/magic_enum.hpp:989
Methodcallback
src/loggers/bt_cout_logger.cpp:10
Methodcallback
src/loggers/groot2_publisher.cpp:200
Methodcallback
src/loggers/bt_file_logger_v2.cpp:103
Methodcallback
src/loggers/bt_sqlite_logger.cpp:163
Methodcallback
src/loggers/bt_minitrace_logger.cpp:46
MethodcanUpcast
* @brief Check if from_type can be UPCAST to to_type (not downcast). * * This is stricter than isConvertible - only allows going from * deriv
include/behaviortree_cpp/utils/polymorphic_cast_registry.hpp:155
MethodcanUpcastTransitive
Check if we can upcast from_type to to_type through a chain of registered casts
include/behaviortree_cpp/utils/polymorphic_cast_registry.hpp:263
Methodcancel
Cancels the specified timer \return 1 if the timer was cancelled. 0 if you were too late to cancel (or the timer ID was never valid to start with)
include/behaviortree_cpp/utils/timer_queue.h:122
Methodcast
include/behaviortree_cpp/contrib/any.hpp:379
Methodcast
include/behaviortree_cpp/utils/safe_any.hpp:168
MethodcastPtr
include/behaviortree_cpp/utils/safe_any.hpp:184
Methodcheck
src/script_parser.cpp:77
FunctioncheckLevel
NOLINTNEXTLINE(misc-use-anonymous-namespace,misc-use-internal-linkage)
tests/script_parser_test.cpp:318
FunctioncheckLowerLimit
include/behaviortree_cpp/utils/convert_impl.hpp:75
MethodcheckPostConditions
src/tree_node.cpp:261
MethodcheckPreConditions
src/tree_node.cpp:204
FunctioncheckTruncation
include/behaviortree_cpp/utils/convert_impl.hpp:91
FunctioncheckUpperLimit
include/behaviortree_cpp/utils/convert_impl.hpp:66
MethodcheckWork
include/behaviortree_cpp/utils/timer_queue.h:234
Methodcheck_event
3rdparty/cppzmq/zmq.hpp:2369
MethodchildrenCount
src/control_node.cpp:27
Methodclear
* @brief Clear all registrations (mainly for testing). */
include/behaviortree_cpp/utils/polymorphic_cast_registry.hpp:253
MethodclearRegisteredBehaviorTrees
src/bt_factory.cpp:300
MethodclearSubstitutionRules
src/bt_factory.cpp:510
Functionclear_subtype
@brief clears the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/clear_subtype/
include/behaviortree_cpp/contrib/json.hpp:5960
Methodclone
Copy multipart
3rdparty/cppzmq/zmq_addon.hpp:631
Methodcomment
(self, text)
convert_v3_to_v4.py:119
Functionconditional_static_cast
include/behaviortree_cpp/contrib/json.hpp:4050
Functionconnect
3rdparty/cppzmq/zmq.hpp:1902
Functionconnected
3rdparty/cppzmq/zmq.hpp:1921
Methodconst_buffer
3rdparty/cppzmq/zmq.hpp:1125
← previousnext →1,101–1,200 of 2,345, ranked by callers