MCPcopy Create free account

hub / github.com/LivingFray/HaloCEVR / functions

Functions1,453 in github.com/LivingFray/HaloCEVR

Methodconstruct
ThirdParty/nlohmann/json.hpp:5506
Methodconstruct
ThirdParty/nlohmann/json.hpp:5519
Methodconstruct
ThirdParty/nlohmann/json.hpp:5532
Methodconstruct
ThirdParty/nlohmann/json.hpp:5602
Functioncontains
ThirdParty/nlohmann/json.hpp:14383
Functionconvert
can't use conversion operator because of ambiguity
ThirdParty/nlohmann/json.hpp:14640
Functioncount
ThirdParty/nlohmann/json.hpp:19264
Methodcreate
ThirdParty/nlohmann/json.hpp:4482
Methodcreate
ThirdParty/nlohmann/json.hpp:4526
Methodcreate
ThirdParty/nlohmann/json.hpp:4544
Methodcreate
ThirdParty/nlohmann/json.hpp:4561
Methodcreate
ThirdParty/nlohmann/json.hpp:4578
Methodcreate
ThirdParty/nlohmann/json.hpp:6489
Methodcreate
ThirdParty/nlohmann/json.hpp:6513
Methodcreate
ThirdParty/nlohmann/json.hpp:6546
Functiondecode
! @brief check whether a string is UTF-8 encoded The function checks each byte of a string whether it is UTF-8 encoded. The result of the
ThirdParty/nlohmann/json.hpp:18908
Methoddiagnostics
ThirdParty/nlohmann/json.hpp:4392
Methoddistance
HaloCEVR/Maths/Vectors.h:250
Methoddiyfp
ThirdParty/nlohmann/json.hpp:16971
Functionend_array
ThirdParty/nlohmann/json.hpp:6910
Methodend_array
ThirdParty/nlohmann/json.hpp:7138
Functionend_object
ThirdParty/nlohmann/json.hpp:6888
Methodend_object
ThirdParty/nlohmann/json.hpp:7085
Methodeof
ThirdParty/nlohmann/json.hpp:3625
Methodeof
ThirdParty/nlohmann/json.hpp:3649
Methodequal
HaloCEVR/Maths/Vectors.h:271
Methodexception_message
! @param[in] format the current format @param[in] detail a detailed error message @param[in] context further context information
ThirdParty/nlohmann/json.hpp:12058
Methodexception_message
ThirdParty/nlohmann/json.hpp:12646
Methodfill_buffer
UTF-32
ThirdParty/nlohmann/json.hpp:6321
Methodfill_buffer
UTF-16
ThirdParty/nlohmann/json.hpp:6379
Methodfill_buffer
ThirdParty/nlohmann/json.hpp:6468
MethodfloatToString
HaloCEVR/UI/UIFloatBox.cpp:30
Functionfrom_bson
ThirdParty/nlohmann/json.hpp:23889
Functionfrom_cbor
ThirdParty/nlohmann/json.hpp:23695
Methodfrom_json
ThirdParty/nlohmann/json.hpp:5837
Functionfrom_json_tuple_impl_base
ThirdParty/nlohmann/json.hpp:5004
Functionfrom_msgpack
ThirdParty/nlohmann/json.hpp:23751
Functionfrom_ubjson
ThirdParty/nlohmann/json.hpp:23805
Functionfront
@brief access the first element @sa https://json.nlohmann.me/api/basic_json/front/
ThirdParty/nlohmann/json.hpp:21696
MethodgetAngle
////////////////////////////////////////////////////////////////////////// retrieve rotation angle in degree from rotation matrix, R R = | c -s | | s
HaloCEVR/Maths/Matrices.cpp:82
MethodgetCofactor
////////////////////////////////////////////////////////////////////////// compute cofactor of 3x3 minor matrix without sign input params are 9 elemen
HaloCEVR/Maths/Matrices.cpp:503
MethodgetDeterminant
////////////////////////////////////////////////////////////////////////// return the determinant of 2x2 matrix //////////////////////////////////////
HaloCEVR/Maths/Matrices.cpp:45
MethodgetRow
HaloCEVR/Maths/Matrices.h:325
MethodgetTranspose
HaloCEVR/Maths/Matrices.h:316
Functionget_allocator
@brief returns the allocator associated with the container @sa https://json.nlohmann.me/api/basic_json/get_allocator/
ThirdParty/nlohmann/json.hpp:19542
Methodget_bson_binary
ThirdParty/nlohmann/json.hpp:9389
Methodget_bson_cstr
! @brief Parses a C-style string from the BSON input. @param[in,out] result A reference to the string variable where the read
ThirdParty/nlohmann/json.hpp:9337
Methodget_bson_string
ThirdParty/nlohmann/json.hpp:9367
Methodget_cbor_array
! @param[in] len the length of the array or static_cast<std::size_t>(-1) for an array of indefinite size @param[in] tag_h
ThirdParty/nlohmann/json.hpp:10246
Methodget_cbor_binary
! @brief reads a CBOR byte array This function first reads starting bytes to determine the expected byte array length and then copies thi
ThirdParty/nlohmann/json.hpp:10151
Methodget_cbor_float_prefix
ThirdParty/nlohmann/json.hpp:16329
Methodget_cbor_object
! @param[in] len the length of the object or static_cast<std::size_t>(-1) for an object of indefinite size @param[in] tag
ThirdParty/nlohmann/json.hpp:10284
Methodget_cbor_string
! @brief reads a CBOR string This function first reads starting bytes to determine the expected string length and then copies this number
ThirdParty/nlohmann/json.hpp:10055
Functionget_character
ThirdParty/nlohmann/json.hpp:6206
Methodget_character
ThirdParty/nlohmann/json.hpp:6289
Methodget_character
ThirdParty/nlohmann/json.hpp:6447
Methodget_codepoint
! @brief get codepoint from 4 hex characters following `\u` For input "\u c1 c2 c3 c4" the codepoint is: (c1 * 0x1000) + (c2 * 0x0100)
ThirdParty/nlohmann/json.hpp:7541
Methodget_decimal_point
return the locale-dependent decimal point
ThirdParty/nlohmann/json.hpp:7514
Functionget_error_message
return syntax error message
ThirdParty/nlohmann/json.hpp:8844
Methodget_ignore_noop
! @return character read from the input after ignoring all 'N' entries */
ThirdParty/nlohmann/json.hpp:11905
Functionget_impl
ThirdParty/nlohmann/json.hpp:20950
Methodget_msgpack_array
! @param[in] len the length of the array @return whether array creation completed */
ThirdParty/nlohmann/json.hpp:10915
Methodget_msgpack_binary
! @brief reads a MessagePack byte array This function first reads starting bytes to determine the expected byte array length and then cop
ThirdParty/nlohmann/json.hpp:10804
Methodget_msgpack_float_prefix
ThirdParty/nlohmann/json.hpp:16343
Methodget_msgpack_object
! @param[in] len the length of the object @return whether object creation completed */
ThirdParty/nlohmann/json.hpp:10937
Methodget_msgpack_string
! @brief reads a MessagePack string This function first reads starting bytes to determine the expected string length and then copies this
ThirdParty/nlohmann/json.hpp:10721
Methodget_number
ThirdParty/nlohmann/json.hpp:11932
Functionget_number_float
return floating-point value
ThirdParty/nlohmann/json.hpp:8796
Functionget_number_unsigned
ThirdParty/nlohmann/json.hpp:8790
Functionget_position
return position of last read token
ThirdParty/nlohmann/json.hpp:8812
Functionget_ref
ThirdParty/nlohmann/json.hpp:21136
Functionget_ref_impl
ThirdParty/nlohmann/json.hpp:20825
Functionget_to
ThirdParty/nlohmann/json.hpp:21124
Methodget_token
get next token from lexer
ThirdParty/nlohmann/json.hpp:12641
Methodget_ubjson_array
! @return whether array creation completed */
ThirdParty/nlohmann/json.hpp:11626
Methodget_ubjson_float_prefix
ThirdParty/nlohmann/json.hpp:16644
Methodget_ubjson_high_precision_number
ThirdParty/nlohmann/json.hpp:11817
Methodget_ubjson_ndarray_size
! @param[out] dim an integer vector storing the ND array dimensions @return whether reading ND array size vector is successful */
ThirdParty/nlohmann/json.hpp:11088
Methodget_ubjson_object
! @return whether object creation completed */
ThirdParty/nlohmann/json.hpp:11734
Methodget_ubjson_size_type
! @brief determine the type and size for a container In the optimized UBJSON format, a type and a size can be provided to allow for a mor
ThirdParty/nlohmann/json.hpp:11376
Methodget_ubjson_size_value
! @param[out] result determined size @param[in,out] is_ndarray for input, `true` means already inside an ndarray vector
ThirdParty/nlohmann/json.hpp:11153
Methodget_ubjson_string
! @brief reads a UBJSON string This function is either called after reading the 'S' byte explicitly indicating a string, or in case of an
ThirdParty/nlohmann/json.hpp:10993
Methodget_ubjson_value
! @param prefix the previously read or set type prefix @return whether value creation completed */
ThirdParty/nlohmann/json.hpp:11443
Methodhandle_value
ThirdParty/nlohmann/json.hpp:7205
Functionhas_subtype
@brief return whether the value has a subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/has_subtype/
ThirdParty/nlohmann/json.hpp:5953
Methodinput_stream_adapter
ThirdParty/nlohmann/json.hpp:6240
Functioninsert
ThirdParty/nlohmann/json.hpp:19328
FunctioninvSqrt
fast math routines from Doom3 SDK
HaloCEVR/Maths/Vectors.h:159
Functionis_c_string
ThirdParty/nlohmann/json.hpp:4166
Functionis_discarded
@brief return whether value is discarded @sa https://json.nlohmann.me/api/basic_json/is_discarded/
ThirdParty/nlohmann/json.hpp:20687
Functionis_errored
ThirdParty/nlohmann/json.hpp:6933
Functionis_primitive
@brief return whether type is primitive @sa https://json.nlohmann.me/api/basic_json/is_primitive/
ThirdParty/nlohmann/json.hpp:20603
Functionis_transparent
ThirdParty/nlohmann/json.hpp:4194
Functionitems
@brief helper to access iterator member functions in range-based for @sa https://json.nlohmann.me/api/basic_json/items/
ThirdParty/nlohmann/json.hpp:22185
Methoditer_impl
ThirdParty/nlohmann/json.hpp:12957
Methoditeration_proxy
ThirdParty/nlohmann/json.hpp:5313
Methoditeration_proxy_value
ThirdParty/nlohmann/json.hpp:5208
Methoditerator_input_adapter
ThirdParty/nlohmann/json.hpp:6285
Functioniterator_wrapper
ThirdParty/nlohmann/json.hpp:22167
Functionjson_pointer operator/
@brief create a new JSON pointer by appending the right JSON pointer at the end of the left JSON pointer @sa https://json.nlohmann.me/api/json_pointer
ThirdParty/nlohmann/json.hpp:13928
← previousnext →1,101–1,200 of 1,453, ranked by callers