MCPcopy Create free account

hub / github.com/bbbradsmith/nsfplay / functions

Functions1,861 in github.com/bbbradsmith/nsfplay

Methodparse_error
contrib/nlohmann/json.hpp:5680
Methodparse_error
contrib/nlohmann/json.hpp:5867
Methodparse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
contrib/nlohmann/json.hpp:8767
Methodparse_ubjson_internal
! @param[in] get_char whether a new character should be retrieved from the input (true, default) or whether the last rea
contrib/nlohmann/json.hpp:9399
Methodparser
a parser reading from an input adapter
contrib/nlohmann/json.hpp:10174
Functionpatch
! @brief applies a JSON patch [JSON Patch](http://jsonpatch.com) defines a JSON document structure for expressing a sequence of operation
contrib/nlohmann/json.hpp:24662
FunctionpluginDirect
in_yansf/in_nsf.cpp:249
Methodposition_string
contrib/nlohmann/json.hpp:2466
Methodprintf
xgm/debugout.h:16
Functionrbegin
! @brief returns an iterator to the reverse-beginning Returns an iterator to the reverse-beginning; that is, the last element. @image ht
contrib/nlohmann/json.hpp:21107
FunctionreadByte
xgm/devices/CPU/nes_cpu.cpp:93
Functionreinterpret_bits
contrib/nlohmann/json.hpp:14380
Methodremove_sign
* Overload to make the compiler happy while it is instantiating * dump_integer for number_unsigned_t. * Must never be called. */
contrib/nlohmann/json.hpp:16337
Functionrend
! @brief returns an iterator to the reverse-end Returns an iterator to the reverse-end; that is, one before the first element. @imag
contrib/nlohmann/json.hpp:21144
Methodrun_from
xgm/devices/CPU/nes_cpu.cpp:100
Methodsax_parse_internal
contrib/nlohmann/json.hpp:10285
Functionscan
contrib/nlohmann/json.hpp:7380
Methodscan_comment
! * @brief scan a comment * @return whether comment could be scanned successfully */
contrib/nlohmann/json.hpp:6715
Methodscan_number
! @brief scan a number literal This function scans a string according to Sect. 6 of RFC 7159. The function is realized with a determinis
contrib/nlohmann/json.hpp:6840
Methodscan_string
! @brief scan a string literal This function scans a string according to Sect. 7 of RFC 7159. While scanning, bytes are escaped and copie
contrib/nlohmann/json.hpp:6125
Methodserializer
! @param[in] s output stream to serialize to @param[in] ichar indentation character to use @param[in] error_handler_ how to react on de
contrib/nlohmann/json.hpp:15493
Methodset_begin
set iterator to a defined beginning
contrib/nlohmann/json.hpp:10653
Methodset_end
set iterator to a defined past the end
contrib/nlohmann/json.hpp:10659
Methodset_phase
xgm/devices/Sound/nes_n106.cpp:358
Methodsetcallback
libemuwa2/winamp2/wa_ipc.h:1406
MethodshowStatusMsg
libemuwa2/winamp2/wa_ipc.h:1410
Methodspan_input_adapter
contrib/nlohmann/json.hpp:5156
Methodstart_array
contrib/nlohmann/json.hpp:5421
Methodstart_array
contrib/nlohmann/json.hpp:5634
Methodstart_object
contrib/nlohmann/json.hpp:5395
Methodstart_object
contrib/nlohmann/json.hpp:5570
Methodstring
contrib/nlohmann/json.hpp:5383
Methodstring
contrib/nlohmann/json.hpp:5558
Methodstring to_string
contrib/nlohmann/json.hpp:25171
Methodstrtof
contrib/nlohmann/json.hpp:6783
Methodsub
! @brief returns x - y @pre x.e == y.e and x.f >= y.f */
contrib/nlohmann/json.hpp:14402
Methodsweep_sqr
xgm/devices/Sound/nes_apu.cpp:9
Functionto_bson
! @brief Serializes the given JSON object `j` to BSON and returns a vector containing the corresponding BSON-representation. BSON
contrib/nlohmann/json.hpp:23827
Methodto_char_type
contrib/nlohmann/json.hpp:14278
Methodto_json
contrib/nlohmann/json.hpp:4399
Functionto_msgpack
! @brief create a MessagePack serialization of a given JSON value Serializes a given JSON value @a j to a byte vector using the MessagePack
contrib/nlohmann/json.hpp:23646
Methodto_string
! @brief return a string representation of the JSON pointer @invariant For each JSON pointer `ptr`, it holds: @code {.cpp} ptr == jso
contrib/nlohmann/json.hpp:11600
Functionto_ubjson
! @brief create a UBJSON serialization of a given JSON value Serializes a given JSON value @a j to a byte vector using the UBJSON (Univer
contrib/nlohmann/json.hpp:23749
Methodtoken_type_name
contrib/nlohmann/json.hpp:5933
Functiontype
! @brief return the type of the JSON value (explicit) Return the type of the JSON value as a value from the @ref value_t enumeration.
contrib/nlohmann/json.hpp:18812
Methodubjson_prefix
! @brief determine the type prefix of container values */
contrib/nlohmann/json.hpp:14129
Functionunflatten
! @param[in] value flattened JSON @return unflattened JSON @throw parse_error.109 if array index is not a number @throw type_error.
contrib/nlohmann/json.hpp:12446
Functionupdate
! @brief updates a JSON object from another object, overwriting existing keys Inserts all values from JSON object @a j and overwrites existin
contrib/nlohmann/json.hpp:22257
Functionvalue
contrib/nlohmann/json.hpp:20279
Methodvalue
return value of the iterator
contrib/nlohmann/json.hpp:3922
Methodvalue
return the value of an iterator
contrib/nlohmann/json.hpp:11522
MethodwaveOutProc
libemuwa2/emu_outmod.cpp:94
Methodwhat
returns the explanatory string
contrib/nlohmann/json.hpp:2356
Methodwide_string_input_adapter
contrib/nlohmann/json.hpp:5010
FunctionwinampGetInModule2
in_yansf/in_nsf.cpp:219
FunctionwriteByte
xgm/devices/CPU/nes_cpu.cpp:88
Methodwrite_bson_array
! @brief Writes a BSON element with key @a name and array @a value */
contrib/nlohmann/json.hpp:13799
Methodwrite_bson_binary
! @brief Writes a BSON element with key @a name and binary value @a value */
contrib/nlohmann/json.hpp:13818
Methodwrite_bson_boolean
! @brief Writes a BSON element with key @a name and boolean value @a value */
contrib/nlohmann/json.hpp:13656
Methodwrite_bson_double
! @brief Writes a BSON element with key @a name and double value @a value */
contrib/nlohmann/json.hpp:13666
Methodwrite_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
contrib/nlohmann/json.hpp:13881
Methodwrite_bson_entry_header
! @brief Writes the given @a element_type and @a name to the output adapter */
contrib/nlohmann/json.hpp:13644
Methodwrite_bson_integer
! @brief Writes a BSON element with key @a name and integer @a value */
contrib/nlohmann/json.hpp:13716
Methodwrite_bson_null
! @brief Writes a BSON element with key @a name and null value */
contrib/nlohmann/json.hpp:13698
Methodwrite_bson_object
! @param[in] j JSON value to serialize @pre j.type() == value_t::object */
contrib/nlohmann/json.hpp:13942
Methodwrite_bson_object_entry
! @brief Writes a BSON element with key @a name and object @a value */
contrib/nlohmann/json.hpp:13766
Methodwrite_bson_string
! @brief Writes a BSON element with key @a name and string value @a value */
contrib/nlohmann/json.hpp:13684
Methodwrite_bson_unsigned
! @brief Writes a BSON element with key @a name and unsigned @a value */
contrib/nlohmann/json.hpp:13744
Methodwrite_character
contrib/nlohmann/json.hpp:12676
Methodwrite_character
contrib/nlohmann/json.hpp:12700
Methodwrite_compact_float
contrib/nlohmann/json.hpp:14251
Methodwrite_number
contrib/nlohmann/json.hpp:14235
Methodwrite_number_with_ubjson_prefix
contrib/nlohmann/json.hpp:13989
Method~Amplifier
xgm/devices/Audio/amplifier.h:23
Method~BasicDetector
xgm/devices/Misc/detect.cpp:13
Method~CPULogger
xgm/devices/Misc/log_cpu.cpp:27
Method~CnsfplayDlg
nsfplay/nsfplayDlg.cpp:151
Method~Compressor
xgm/devices/Audio/filter.h:21
Method~ConfigGroup
vcm/group.cpp:10
Method~Configuration
vcm/vcm.h:155
Method~CvcmCheck
vcm/ui/win32/vcmCheck.cpp:19
Method~CvcmCombo
vcm/ui/win32/vcmCombo.cpp:19
Method~CvcmCtrl
vcm/ui/win32/vcmCtrl.cpp:15
Method~CvcmSlider
vcm/ui/win32/vcmSlider.cpp:19
Method~CvcmSpin
vcm/ui/win32/vcmSpin.cpp:22
Method~CvcmText
vcm/ui/win32/vcmText.cpp:19
Method~CvcmTree
vcm/ui/win32/vcmTree.cpp:19
Method~DCFilter
xgm/devices/Audio/filter.h:91
Method~EchoUnit
xgm/devices/Audio/echo.h:18
Method~EmuWinamp
libemuwa2/emu_winamp.cpp:128
Method~Fader
xgm/devices/Audio/fader.h:21
Method~Filter
xgm/devices/Audio/filter.h:214
Method~IDevice
xgm/devices/device.h:55
Method~IDeviceInfo
xgm/devices/devinfo.h:11
Method~ILoopDetector
xgm/devices/Misc/detect.h:10
Method~IRenderable
xgm/devices/device.h:81
Method~ISoundChip
xgm/devices/device.h:129
Method~IVideoOutput
libemuwa2/winamp2/wa_ipc.h:1404
Method~InfoBuffer
xgm/devices/devinfo.h:66
Method~KMP_NSF
kbnsf/in_nsf.h:27
← previousnext →1,701–1,800 of 1,861, ranked by callers