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
Method
json_ref
ThirdParty/nlohmann/json.hpp:14824
Method
json_reverse_iterator
create reverse iterator from iterator
ThirdParty/nlohmann/json.hpp:13678
Method
json_sax_dom_callback_parser
ThirdParty/nlohmann/json.hpp:6993
Function
json_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
Function
json_value
default constructor (for null values)
ThirdParty/nlohmann/json.hpp:19745
Function
key
ThirdParty/nlohmann/json.hpp:6878
Method
key
ThirdParty/nlohmann/json.hpp:7068
Method
key
return the key of an object iterator
ThirdParty/nlohmann/json.hpp:13739
Method
lexer
ThirdParty/nlohmann/json.hpp:7495
Function
main
ThirdParty/stb/stb_truetype.h:334
Function
make_array
ThirdParty/nlohmann/json.hpp:3222
Function
max_size
@brief returns the maximum possible number of elements @sa https://json.nlohmann.me/api/basic_json/max_size/
ThirdParty/nlohmann/json.hpp:22286
Function
merge_patch
@brief applies a JSON Merge Patch @sa https://json.nlohmann.me/api/basic_json/merge_patch/
ThirdParty/nlohmann/json.hpp:24424
Method
mul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
ThirdParty/nlohmann/json.hpp:16989
Function
my_stbtt_initfont
ThirdParty/stb/stb_truetype.h:287
Function
my_stbtt_print
ThirdParty/stb/stb_truetype.h:299
Method
name
ThirdParty/nlohmann/json.hpp:4387
Method
next_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
Method
nonesuch
ThirdParty/nlohmann/json.hpp:268
Method
normalize_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
Function
null
ThirdParty/nlohmann/json.hpp:6824
Method
null
ThirdParty/nlohmann/json.hpp:7008
Function
number_float
ThirdParty/nlohmann/json.hpp:6848
Method
number_float
ThirdParty/nlohmann/json.hpp:7032
Function
number_integer
ThirdParty/nlohmann/json.hpp:6836
Method
number_integer
ThirdParty/nlohmann/json.hpp:7020
Function
number_unsigned
ThirdParty/nlohmann/json.hpp:6842
Method
number_unsigned
ThirdParty/nlohmann/json.hpp:7026
Function
operator "" _json
ThirdParty/nlohmann/json.hpp:24472
Function
operator "" _json_pointer
ThirdParty/nlohmann/json.hpp:24484
Function
operator!=
ThirdParty/nlohmann/json.hpp:5931
Function
operator!=
HaloCEVR/Helpers/Objects.h:23
Method
operator!=
inequality operator (needed for range-based for)
ThirdParty/nlohmann/json.hpp:5257
Method
operator!=
HaloCEVR/Maths/Vectors.h:222
Method
operator!=
HaloCEVR/Maths/Matrices.h:408
Function
operator()
ThirdParty/nlohmann/json.hpp:24506
Method
operator()
ThirdParty/nlohmann/json.hpp:5101
Method
operator()
ThirdParty/nlohmann/json.hpp:5802
Method
operator()
! @brief compare two value_t enum values @since version 3.0.0 */
ThirdParty/nlohmann/json.hpp:24520
Function
operator*
HaloCEVR/Maths/Vectors.h:275
Function
operator*
HaloCEVR/Maths/Matrices.h:436
Method
operator*
HaloCEVR/Maths/Vectors.h:194
Method
operator*
HaloCEVR/Maths/Matrices.h:378
Method
operator+
ThirdParty/nlohmann/json.hpp:12783
Method
operator+
HaloCEVR/Maths/Vectors.h:178
Method
operator+
HaloCEVR/Maths/Matrices.h:348
Method
operator++
ThirdParty/nlohmann/json.hpp:5242
Method
operator++
ThirdParty/nlohmann/json.hpp:12801
Method
operator++
post-increment (it++)
ThirdParty/nlohmann/json.hpp:13685
Function
operator-
HaloCEVR/Maths/Matrices.h:429
Method
operator-
ThirdParty/nlohmann/json.hpp:12790
Method
operator-
subtract from iterator
ThirdParty/nlohmann/json.hpp:13721
Method
operator-
////////////////////////////////////////////////////////////////////////// inline functions for Vector2 //////////////////////////////////////////////
HaloCEVR/Maths/Vectors.h:174
Method
operator-
HaloCEVR/Maths/Matrices.h:355
Method
operator--
ThirdParty/nlohmann/json.hpp:12814
Method
operator--
post-decrement (it--)
ThirdParty/nlohmann/json.hpp:13697
Function
operator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
ThirdParty/nlohmann/json.hpp:13192
Method
operator->
ThirdParty/nlohmann/json.hpp:14864
Method
operator/
HaloCEVR/Maths/Vectors.h:210
Method
operator<
ThirdParty/nlohmann/json.hpp:12778
Method
operator<
HaloCEVR/Maths/Vectors.h:226
Function
operator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
ThirdParty/nlohmann/json.hpp:13417
Function
operator<=>
ThirdParty/nlohmann/json.hpp:14674
Method
operator=
ThirdParty/nlohmann/json.hpp:272
Function
operator==
ThirdParty/nlohmann/json.hpp:13337
Function
operator==
HaloCEVR/Helpers/Objects.h:18
Method
operator==
equality operator (needed for InputIterator)
ThirdParty/nlohmann/json.hpp:5251
Method
operator==
HaloCEVR/Maths/Vectors.h:218
Method
operator==
HaloCEVR/Maths/Matrices.h:401
Function
operator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
ThirdParty/nlohmann/json.hpp:13426
Function
operator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
ThirdParty/nlohmann/json.hpp:13435
Function
operator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
ThirdParty/nlohmann/json.hpp:13552
Method
operator[]
HaloCEVR/Maths/Vectors.h:234
Method
operator[]
HaloCEVR/Maths/Matrices.h:415
Function
ordered_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
Method
output_adapter
ThirdParty/nlohmann/json.hpp:15040
Method
output_adapter_protocol
ThirdParty/nlohmann/json.hpp:14950
Method
output_stream_adapter
ThirdParty/nlohmann/json.hpp:14991
Method
output_string_adapter
ThirdParty/nlohmann/json.hpp:15016
Method
output_vector_adapter
ThirdParty/nlohmann/json.hpp:14966
Function
parent_pointer
@brief returns the parent of this JSON pointer @sa https://json.nlohmann.me/api/json_pointer/parent_pointer/
ThirdParty/nlohmann/json.hpp:13950
Method
parse_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
Method
parse_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
Method
parse_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
Method
parse_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
Method
parse_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
Function
parse_error
ThirdParty/nlohmann/json.hpp:6921
Method
parse_error
ThirdParty/nlohmann/json.hpp:7171
Method
parse_error
ThirdParty/nlohmann/json.hpp:7358
Method
parse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
ThirdParty/nlohmann/json.hpp:10340
Method
parse_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
Method
parser
a parser reading from an input adapter
ThirdParty/nlohmann/json.hpp:12239
Function
patch
@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
Function
patch_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
Method
position_string
ThirdParty/nlohmann/json.hpp:4513
Function
rbegin
@brief returns an iterator to the reverse-beginning @sa https://json.nlohmann.me/api/basic_json/rbegin/
ThirdParty/nlohmann/json.hpp:22120
Function
reinterpret_bits
ThirdParty/nlohmann/json.hpp:16955
Function
rend
@brief returns an iterator to the reverse-end @sa https://json.nlohmann.me/api/basic_json/rend/
ThirdParty/nlohmann/json.hpp:22134
Function
resample_row_1
ThirdParty/stb/stb_image.h:3456
Method
sax_parse_internal
ThirdParty/nlohmann/json.hpp:12348
← previous
next →
1,201–1,300 of 1,453, ranked by callers