MCPcopy Create free account

hub / github.com/bbbradsmith/nsfplay / functions

Functions1,861 in github.com/bbbradsmith/nsfplay

Methodget_ubjson_value
! @param prefix the previously read or set type prefix @return whether value creation completed */
contrib/nlohmann/json.hpp:9590
Methodget_vol
xgm/devices/Sound/nes_n106.cpp:337
Methodhandle_value
contrib/nlohmann/json.hpp:5714
FunctioniniOverride
in_yansf/in_nsf.cpp:255
Methodinput_stream_adapter
contrib/nlohmann/json.hpp:4805
Functioninsert
! @brief inserts element Inserts element @a val before iterator @a pos. @param[in] pos iterator before which the content will be inserte
contrib/nlohmann/json.hpp:22022
Functionis_discarded
! @brief return whether value is discarded This function returns true if and only if the JSON value was discarded during parsing with a c
contrib/nlohmann/json.hpp:19144
Methodis_errored
contrib/nlohmann/json.hpp:5692
Functionis_primitive
! @brief return whether type is primitive This function returns true if and only if the JSON type is primitive (string, number, boolean,
contrib/nlohmann/json.hpp:18843
Functionis_structured
! @brief return whether type is structured This function returns true if and only if the JSON type is structured (array or object).
contrib/nlohmann/json.hpp:18870
Functionitems
! @brief helper to access iterator member functions in range-based for This function allows to access @ref iterator::key() and @ref itera
contrib/nlohmann/json.hpp:21356
Methoditer_impl
default constructor
contrib/nlohmann/json.hpp:10846
Methoditeration_proxy
construct iteration proxy from a container
contrib/nlohmann/json.hpp:3937
Methoditeration_proxy_value
contrib/nlohmann/json.hpp:3864
Methoditerator_input_adapter
contrib/nlohmann/json.hpp:4848
Functioniterator_wrapper
contrib/nlohmann/json.hpp:21274
Methodjson>
contrib/nlohmann/json.hpp:25227
Methodjson_pointer
! @brief create JSON pointer Create a JSON pointer according to the syntax described in [Section 3 of RFC6901](https://tools.ietf.org/htm
contrib/nlohmann/json.hpp:11582
Functionjson_pointer top
contrib/nlohmann/json.hpp:11554
Methodjson_ref
contrib/nlohmann/json.hpp:12532
Methodjson_reverse_iterator
create reverse iterator from iterator
contrib/nlohmann/json.hpp:11454
Methodjson_sax_dom_callback_parser
contrib/nlohmann/json.hpp:5513
Methodjson_sax_dom_parser
! @param[in, out] r reference to a JSON value that is manipulated while parsing @param[in] allow_exceptions_ whether
contrib/nlohmann/json.hpp:5342
Functionjson_value
default constructor (for null values)
contrib/nlohmann/json.hpp:17470
Methodkey
contrib/nlohmann/json.hpp:5408
Methodkey
contrib/nlohmann/json.hpp:5588
Methodkey
return the key of an object iterator
contrib/nlohmann/json.hpp:11515
Methodlexer
contrib/nlohmann/json.hpp:5994
Functionmain
contrib/nsf2wav.cpp:199
Functionmain
contrib/nsfmeta.cpp:174
Functionmain
test/main.cpp:25
Functionmax_size
! @brief returns the maximum possible number of elements Returns the maximum number of elements a JSON value is able to hold due to syste
contrib/nlohmann/json.hpp:21565
Functionmerge_patch
! @brief applies a JSON Merge Patch The merge patch format is primarily intended for use with the HTTP PATCH method as a means of describ
contrib/nlohmann/json.hpp:25133
Methodmul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
contrib/nlohmann/json.hpp:14414
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
contrib/nlohmann/json.hpp:6088
Methodnonesuch
contrib/nlohmann/json.hpp:2825
Methodnormalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
contrib/nlohmann/json.hpp:14479
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. */
contrib/nlohmann/json.hpp:14496
MethodnotifyBufferState
libemuwa2/winamp2/wa_ipc.h:1412
Methodnull
contrib/nlohmann/json.hpp:5353
Methodnull
contrib/nlohmann/json.hpp:5528
Methodnumber_float
contrib/nlohmann/json.hpp:5377
Methodnumber_float
contrib/nlohmann/json.hpp:5552
Methodnumber_integer
contrib/nlohmann/json.hpp:5365
Methodnumber_integer
contrib/nlohmann/json.hpp:5540
Methodnumber_unsigned
contrib/nlohmann/json.hpp:5371
Methodnumber_unsigned
contrib/nlohmann/json.hpp:5546
Functionoperator "" _json
contrib/nlohmann/json.hpp:25253
Functionoperator "" _json_pointer
contrib/nlohmann/json.hpp:25272
Functionoperator!=
! @brief compares two JSON pointers for inequality @param[in] lhs JSON pointer to compare @param[in] rhs JSON pointer to compare @r
contrib/nlohmann/json.hpp:12502
Methodoperator!=
inequality operator (needed for range-based for)
contrib/nlohmann/json.hpp:3888
Methodoperator!=
contrib/nlohmann/json.hpp:4469
Methodoperator!=
! @brief comparison: not equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
contrib/nlohmann/json.hpp:11192
Methodoperator()
contrib/nlohmann/json.hpp:3787
Methodoperator()
contrib/nlohmann/json.hpp:4350
Methodoperator()
! @brief return a hash value for a JSON object @since version 1.0.0 */
contrib/nlohmann/json.hpp:25195
Methodoperator()
! @brief compare two value_t enum values @since version 3.0.0 */
contrib/nlohmann/json.hpp:25211
Methodoperator*
! @brief return a reference to the value pointed to by the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
contrib/nlohmann/json.hpp:11008
Methodoperator+
contrib/nlohmann/json.hpp:10686
Methodoperator+
! @brief add to iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
contrib/nlohmann/json.hpp:11293
Methodoperator++
contrib/nlohmann/json.hpp:10704
Methodoperator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
contrib/nlohmann/json.hpp:11079
Methodoperator++
post-increment (it++)
contrib/nlohmann/json.hpp:11461
Methodoperator-
contrib/nlohmann/json.hpp:10693
Methodoperator-
! @brief subtract from iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
contrib/nlohmann/json.hpp:11315
Methodoperator-
subtract from iterator
contrib/nlohmann/json.hpp:11497
Methodoperator--
contrib/nlohmann/json.hpp:10717
Methodoperator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
contrib/nlohmann/json.hpp:11122
Methodoperator--
post-decrement (it--)
contrib/nlohmann/json.hpp:11473
Methodoperator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
contrib/nlohmann/json.hpp:11045
Methodoperator->
contrib/nlohmann/json.hpp:12579
Methodoperator/
contrib/nlohmann/json.hpp:11698
Methodoperator<
contrib/nlohmann/json.hpp:10681
Methodoperator<
! @brief comparison: smaller @pre The iterator is initialized; i.e. `m_object != nullptr`. */
contrib/nlohmann/json.hpp:11201
Functionoperator<=
! @brief comparison: less than or equal Compares whether one JSON value @a lhs is less than or equal to another JSON value by calculating
contrib/nlohmann/json.hpp:22885
Methodoperator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
contrib/nlohmann/json.hpp:11228
Methodoperator=
contrib/nlohmann/json.hpp:2829
Functionoperator==
! @brief compares two JSON pointers for equality @param[in] lhs JSON pointer to compare @param[in] rhs JSON pointer to compare @ret
contrib/nlohmann/json.hpp:12485
Methodoperator==
equality operator (needed for InputIterator)
contrib/nlohmann/json.hpp:3882
Methodoperator==
contrib/nlohmann/json.hpp:4463
Methodoperator==
contrib/nlohmann/json.hpp:10676
Methodoperator==
! @brief comparison: equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
contrib/nlohmann/json.hpp:11165
Functionoperator>
! @brief comparison: greater than Compares whether one JSON value @a lhs is greater than another JSON value by calculating `not (lhs <= r
contrib/nlohmann/json.hpp:22931
Methodoperator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
contrib/nlohmann/json.hpp:11237
Functionoperator>=
! @brief comparison: greater than or equal Compares whether one JSON value @a lhs is greater than or equal to another JSON value by calcu
contrib/nlohmann/json.hpp:22977
Methodoperator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
contrib/nlohmann/json.hpp:11246
Functionoperator[]
! @brief access specified array element Returns a reference to the element at specified location @a idx. @note If @a idx is beyond the r
contrib/nlohmann/json.hpp:19988
Methodoperator[]
access to successor
contrib/nlohmann/json.hpp:11509
Methodordered_map
Explicit constructors instead of `using Container::Container` otherwise older compilers choke on it (GCC <= 5.5, xcode <= 9.4)
contrib/nlohmann/json.hpp:16417
Methodoutput_adapter
contrib/nlohmann/json.hpp:12719
Methodoutput_stream_adapter
contrib/nlohmann/json.hpp:12672
Methodoutput_string_adapter
contrib/nlohmann/json.hpp:12696
Methodoutput_vector_adapter
contrib/nlohmann/json.hpp:12648
Methodparent_pointer
! @brief returns the parent of this JSON pointer @return parent of this JSON pointer; in case this JSON pointer is the root, the
contrib/nlohmann/json.hpp:11757
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
contrib/nlohmann/json.hpp:8012
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
contrib/nlohmann/json.hpp:7896
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
contrib/nlohmann/json.hpp:7974
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 */
contrib/nlohmann/json.hpp:7794
Methodparse_cbor_internal
! @param[in] get_char whether a new character should be retrieved from the input (true) or whether the last read charact
contrib/nlohmann/json.hpp:8042
Methodparse_error
contrib/nlohmann/json.hpp:5441
← previousnext →1,601–1,700 of 1,861, ranked by callers