Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LivingFray/HaloCEVR
/ functions
Functions
1,453 in github.com/LivingFray/HaloCEVR
⨍
Functions
1,453
◇
Types & classes
556
Function
to_bjdata
@brief create a BJData serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_bjdata/
ThirdParty/nlohmann/json.hpp:23612
Function
to_bson
@brief create a BSON serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_bson/
ThirdParty/nlohmann/json.hpp:23639
Method
to_char_type
ThirdParty/nlohmann/json.hpp:3620
Method
to_char_type
ThirdParty/nlohmann/json.hpp:3644
Method
to_char_type
ThirdParty/nlohmann/json.hpp:16834
Method
to_int_type
Redefine to_int_type function
ThirdParty/nlohmann/json.hpp:3615
Method
to_int_type
Redefine to_int_type function
ThirdParty/nlohmann/json.hpp:3639
Method
to_json
ThirdParty/nlohmann/json.hpp:5857
Function
to_msgpack
@brief create a MessagePack serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_msgpack/
ThirdParty/nlohmann/json.hpp:23562
Function
to_ubjson
@brief create a UBJSON serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_ubjson/
ThirdParty/nlohmann/json.hpp:23585
Method
token_type_name
ThirdParty/nlohmann/json.hpp:7434
Method
ubjson_prefix
! @brief determine the type prefix of container values */
ThirdParty/nlohmann/json.hpp:16543
Function
unflatten
ThirdParty/nlohmann/json.hpp:14611
Function
update
@brief updates a JSON object from another object, overwriting existing keys @sa https://json.nlohmann.me/api/basic_json/update/
ThirdParty/nlohmann/json.hpp:22710
Method
value
return the value of an iterator
ThirdParty/nlohmann/json.hpp:13746
Function
value_in_range_of
ThirdParty/nlohmann/json.hpp:4150
Method
what
returns the explanatory string
ThirdParty/nlohmann/json.hpp:4375
Method
wide_string_input_adapter
ThirdParty/nlohmann/json.hpp:6444
Method
write_bjdata_ndarray
! @return false if the object is successfully converted to a bjdata ndarray, true if the type or size is invalid */
ThirdParty/nlohmann/json.hpp:16657
Method
write_bson_array
! @brief Writes a BSON element with key @a name and array @a value */
ThirdParty/nlohmann/json.hpp:16169
Method
write_bson_binary
! @brief Writes a BSON element with key @a name and binary value @a value */
ThirdParty/nlohmann/json.hpp:16188
Method
write_bson_boolean
! @brief Writes a BSON element with key @a name and boolean value @a value */
ThirdParty/nlohmann/json.hpp:16026
Method
write_bson_double
! @brief Writes a BSON element with key @a name and double value @a value */
ThirdParty/nlohmann/json.hpp:16036
Method
write_bson_element
! @brief Serializes the JSON value @a j to BSON and associates it with the key @a name. @param name The name to associate with the
ThirdParty/nlohmann/json.hpp:16251
Method
write_bson_entry_header
! @brief Writes the given @a element_type and @a name to the output adapter */
ThirdParty/nlohmann/json.hpp:16014
Method
write_bson_integer
! @brief Writes a BSON element with key @a name and integer @a value */
ThirdParty/nlohmann/json.hpp:16086
Method
write_bson_null
! @brief Writes a BSON element with key @a name and null value */
ThirdParty/nlohmann/json.hpp:16068
Method
write_bson_object
! @param[in] value JSON value to serialize @pre value.type() == value_t::object */
ThirdParty/nlohmann/json.hpp:16313
Method
write_bson_object_entry
! @brief Writes a BSON element with key @a name and object @a value */
ThirdParty/nlohmann/json.hpp:16136
Method
write_bson_string
! @brief Writes a BSON element with key @a name and string value @a value */
ThirdParty/nlohmann/json.hpp:16054
Method
write_bson_unsigned
! @brief Writes a BSON element with key @a name and unsigned @a value */
ThirdParty/nlohmann/json.hpp:16114
Method
write_character
ThirdParty/nlohmann/json.hpp:14995
Method
write_character
ThirdParty/nlohmann/json.hpp:15020
Method
write_compact_float
ThirdParty/nlohmann/json.hpp:16800
Method
write_number
ThirdParty/nlohmann/json.hpp:16784
Method
write_number_with_ubjson_prefix
ThirdParty/nlohmann/json.hpp:16360
Method
~Logger
HaloCEVR/Logger.h:23
Method
~ProfilerScopeGuard
HaloCEVR/Profiler.cpp:76
Method
~Property
HaloCEVR/Config/Config.h:13
Function
~basic_json
@brief destructor @sa https://json.nlohmann.me/api/basic_json/~basic_json/
ThirdParty/nlohmann/json.hpp:20556
Method
~binary_reader
NOLINT(hicpp-noexcept-move,performance-noexcept-move-constructor)
ThirdParty/nlohmann/json.hpp:9238
Method
~data
ThirdParty/nlohmann/json.hpp:23516
Method
~input_stream_adapter
ThirdParty/nlohmann/json.hpp:6230
Method
~iter_impl
ThirdParty/nlohmann/json.hpp:12958
Method
~iteration_proxy
ThirdParty/nlohmann/json.hpp:5323
Method
~iteration_proxy_value
NOLINT(hicpp-noexcept-move,performance-noexcept-move-constructor,cppcoreguidelines-noexcept-move-operations)
ThirdParty/nlohmann/json.hpp:5225
Method
~json_ref
ThirdParty/nlohmann/json.hpp:14848
Method
~json_sax_dom_callback_parser
NOLINT(hicpp-noexcept-move,performance-noexcept-move-constructor)
ThirdParty/nlohmann/json.hpp:7006
Function
~json_sax_dom_parser
NOLINT(hicpp-noexcept-move,performance-noexcept-move-constructor)
ThirdParty/nlohmann/json.hpp:6822
Method
~lexer
NOLINT(hicpp-noexcept-move,performance-noexcept-move-constructor)
ThirdParty/nlohmann/json.hpp:7506
Method
~nonesuch
ThirdParty/nlohmann/json.hpp:269
Method
~output_adapter_protocol
ThirdParty/nlohmann/json.hpp:14948
Method
~serializer
ThirdParty/nlohmann/json.hpp:18091
← previous
1,401–1,453 of 1,453, ranked by callers