MCPcopy Create free account

hub / github.com/LivingFray/HaloCEVR / functions

Functions1,453 in github.com/LivingFray/HaloCEVR

Methodjson_ref
ThirdParty/nlohmann/json.hpp:14824
Methodjson_reverse_iterator
create reverse iterator from iterator
ThirdParty/nlohmann/json.hpp:13678
Methodjson_sax_dom_callback_parser
ThirdParty/nlohmann/json.hpp:6993
Functionjson_sax_dom_parser
! @param[in,out] r reference to a JSON value that is manipulated while parsing @param[in] allow_exceptions_ whether p
ThirdParty/nlohmann/json.hpp:6813
Functionjson_value
default constructor (for null values)
ThirdParty/nlohmann/json.hpp:19745
Functionkey
ThirdParty/nlohmann/json.hpp:6878
Methodkey
ThirdParty/nlohmann/json.hpp:7068
Methodkey
return the key of an object iterator
ThirdParty/nlohmann/json.hpp:13739
Methodlexer
ThirdParty/nlohmann/json.hpp:7495
Functionmain
ThirdParty/stb/stb_truetype.h:334
Functionmake_array
ThirdParty/nlohmann/json.hpp:3222
Functionmax_size
@brief returns the maximum possible number of elements @sa https://json.nlohmann.me/api/basic_json/max_size/
ThirdParty/nlohmann/json.hpp:22286
Functionmerge_patch
@brief applies a JSON Merge Patch @sa https://json.nlohmann.me/api/basic_json/merge_patch/
ThirdParty/nlohmann/json.hpp:24424
Methodmul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
ThirdParty/nlohmann/json.hpp:16989
Functionmy_stbtt_initfont
ThirdParty/stb/stb_truetype.h:287
Functionmy_stbtt_print
ThirdParty/stb/stb_truetype.h:299
Methodname
ThirdParty/nlohmann/json.hpp:4387
Methodnext_byte_in_range
! @brief check if the next byte(s) are inside a given range Adds the current byte and, for each passed range, reads a new byte and checks
ThirdParty/nlohmann/json.hpp:7589
Methodnonesuch
ThirdParty/nlohmann/json.hpp:268
Methodnormalize_to
! @brief normalize x such that the result has the exponent E @pre e >= x.e and the upper e - x.e bits of x.f must be zero. */
ThirdParty/nlohmann/json.hpp:17071
Functionnull
ThirdParty/nlohmann/json.hpp:6824
Methodnull
ThirdParty/nlohmann/json.hpp:7008
Functionnumber_float
ThirdParty/nlohmann/json.hpp:6848
Methodnumber_float
ThirdParty/nlohmann/json.hpp:7032
Functionnumber_integer
ThirdParty/nlohmann/json.hpp:6836
Methodnumber_integer
ThirdParty/nlohmann/json.hpp:7020
Functionnumber_unsigned
ThirdParty/nlohmann/json.hpp:6842
Methodnumber_unsigned
ThirdParty/nlohmann/json.hpp:7026
Functionoperator "" _json
ThirdParty/nlohmann/json.hpp:24472
Functionoperator "" _json_pointer
ThirdParty/nlohmann/json.hpp:24484
Functionoperator!=
ThirdParty/nlohmann/json.hpp:5931
Functionoperator!=
HaloCEVR/Helpers/Objects.h:23
Methodoperator!=
inequality operator (needed for range-based for)
ThirdParty/nlohmann/json.hpp:5257
Methodoperator!=
HaloCEVR/Maths/Vectors.h:222
Methodoperator!=
HaloCEVR/Maths/Matrices.h:408
Functionoperator()
ThirdParty/nlohmann/json.hpp:24506
Methodoperator()
ThirdParty/nlohmann/json.hpp:5101
Methodoperator()
ThirdParty/nlohmann/json.hpp:5802
Methodoperator()
! @brief compare two value_t enum values @since version 3.0.0 */
ThirdParty/nlohmann/json.hpp:24520
Functionoperator*
HaloCEVR/Maths/Vectors.h:275
Functionoperator*
HaloCEVR/Maths/Matrices.h:436
Methodoperator*
HaloCEVR/Maths/Vectors.h:194
Methodoperator*
HaloCEVR/Maths/Matrices.h:378
Methodoperator+
ThirdParty/nlohmann/json.hpp:12783
Methodoperator+
HaloCEVR/Maths/Vectors.h:178
Methodoperator+
HaloCEVR/Maths/Matrices.h:348
Methodoperator++
ThirdParty/nlohmann/json.hpp:5242
Methodoperator++
ThirdParty/nlohmann/json.hpp:12801
Methodoperator++
post-increment (it++)
ThirdParty/nlohmann/json.hpp:13685
Functionoperator-
HaloCEVR/Maths/Matrices.h:429
Methodoperator-
ThirdParty/nlohmann/json.hpp:12790
Methodoperator-
subtract from iterator
ThirdParty/nlohmann/json.hpp:13721
Methodoperator-
////////////////////////////////////////////////////////////////////////// inline functions for Vector2 //////////////////////////////////////////////
HaloCEVR/Maths/Vectors.h:174
Methodoperator-
HaloCEVR/Maths/Matrices.h:355
Methodoperator--
ThirdParty/nlohmann/json.hpp:12814
Methodoperator--
post-decrement (it--)
ThirdParty/nlohmann/json.hpp:13697
Functionoperator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
ThirdParty/nlohmann/json.hpp:13192
Methodoperator->
ThirdParty/nlohmann/json.hpp:14864
Methodoperator/
HaloCEVR/Maths/Vectors.h:210
Methodoperator<
ThirdParty/nlohmann/json.hpp:12778
Methodoperator<
HaloCEVR/Maths/Vectors.h:226
Functionoperator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
ThirdParty/nlohmann/json.hpp:13417
Functionoperator<=>
ThirdParty/nlohmann/json.hpp:14674
Methodoperator=
ThirdParty/nlohmann/json.hpp:272
Functionoperator==
ThirdParty/nlohmann/json.hpp:13337
Functionoperator==
HaloCEVR/Helpers/Objects.h:18
Methodoperator==
equality operator (needed for InputIterator)
ThirdParty/nlohmann/json.hpp:5251
Methodoperator==
HaloCEVR/Maths/Vectors.h:218
Methodoperator==
HaloCEVR/Maths/Matrices.h:401
Functionoperator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
ThirdParty/nlohmann/json.hpp:13426
Functionoperator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
ThirdParty/nlohmann/json.hpp:13435
Functionoperator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
ThirdParty/nlohmann/json.hpp:13552
Methodoperator[]
HaloCEVR/Maths/Vectors.h:234
Methodoperator[]
HaloCEVR/Maths/Matrices.h:415
Functionordered_map
Explicit constructors instead of `using Container::Container` otherwise older compilers choke on it (GCC <= 5.5, xcode <= 9.4)
ThirdParty/nlohmann/json.hpp:19050
Methodoutput_adapter
ThirdParty/nlohmann/json.hpp:15040
Methodoutput_adapter_protocol
ThirdParty/nlohmann/json.hpp:14950
Methodoutput_stream_adapter
ThirdParty/nlohmann/json.hpp:14991
Methodoutput_string_adapter
ThirdParty/nlohmann/json.hpp:15016
Methodoutput_vector_adapter
ThirdParty/nlohmann/json.hpp:14966
Functionparent_pointer
@brief returns the parent of this JSON pointer @sa https://json.nlohmann.me/api/json_pointer/parent_pointer/
ThirdParty/nlohmann/json.hpp:13950
Methodparse_bson_array
! @brief Reads an array from the BSON input and passes it to the SAX-parser. @return whether a valid BSON-array was passed to the SAX parser
ThirdParty/nlohmann/json.hpp:9534
Methodparse_bson_element_internal
! @brief Read a BSON document element of the given @a element_type. @param[in] element_type The BSON element type, c.f. http://bsonspec.org/sp
ThirdParty/nlohmann/json.hpp:9416
Methodparse_bson_element_list
! @brief Read a BSON element list (as specified in the BSON-spec) The same binary layout is used for objects and arrays, hence it must be
ThirdParty/nlohmann/json.hpp:9496
Methodparse_bson_internal
! @brief Reads in a BSON-object and passes it to the SAX-parser. @return whether a valid BSON-value was passed to the SAX parser */
ThirdParty/nlohmann/json.hpp:9312
Methodparse_cbor_internal
! @param[in] get_char whether a new character should be retrieved from the input (true) or whether the last read charact
ThirdParty/nlohmann/json.hpp:9564
Functionparse_error
ThirdParty/nlohmann/json.hpp:6921
Methodparse_error
ThirdParty/nlohmann/json.hpp:7171
Methodparse_error
ThirdParty/nlohmann/json.hpp:7358
Methodparse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
ThirdParty/nlohmann/json.hpp:10340
Methodparse_ubjson_internal
! @param[in] get_char whether a new character should be retrieved from the input (true, default) or whether the last rea
ThirdParty/nlohmann/json.hpp:10974
Methodparser
a parser reading from an input adapter
ThirdParty/nlohmann/json.hpp:12239
Functionpatch
@brief applies a JSON patch to a copy of the current object @sa https://json.nlohmann.me/api/basic_json/patch/
ThirdParty/nlohmann/json.hpp:24272
Functionpatch_inplace
@brief applies a JSON patch in-place without copying the object @sa https://json.nlohmann.me/api/basic_json/patch/
ThirdParty/nlohmann/json.hpp:24001
Methodposition_string
ThirdParty/nlohmann/json.hpp:4513
Functionrbegin
@brief returns an iterator to the reverse-beginning @sa https://json.nlohmann.me/api/basic_json/rbegin/
ThirdParty/nlohmann/json.hpp:22120
Functionreinterpret_bits
ThirdParty/nlohmann/json.hpp:16955
Functionrend
@brief returns an iterator to the reverse-end @sa https://json.nlohmann.me/api/basic_json/rend/
ThirdParty/nlohmann/json.hpp:22134
Functionresample_row_1
ThirdParty/stb/stb_image.h:3456
Methodsax_parse_internal
ThirdParty/nlohmann/json.hpp:12348
← previousnext →1,201–1,300 of 1,453, ranked by callers