Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apohl79/audiogridder
/ functions
Functions
1,821 in github.com/apohl79/audiogridder
⨍
Functions
1,821
◇
Types & classes
398
Method
number_unsigned
Common/Source/json.hpp:4204
Function
operator!=
Common/Source/ImageDiff.hpp:19
Function
operator!=
! @brief compares two JSON pointers for inequality @param[in] lhs JSON pointer to compare @param[in] rhs JSON pointer to compare @r
Common/Source/json.hpp:9885
Method
operator!=
inequality operator (needed for range-based for)
Common/Source/json.hpp:3063
Method
operator!=
! @brief comparison: not equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
Common/Source/json.hpp:8752
Method
operator!=
Common/Source/Utils.hpp:162
Function
operator"" _json
Common/Source/json.hpp:20291
Function
operator"" _json_pointer
Common/Source/json.hpp:20307
Method
operator()
Common/Source/json.hpp:2978
Method
operator()
Common/Source/json.hpp:3431
Method
operator()
! @brief return a hash value for a JSON object @since version 1.0.0 */
Common/Source/json.hpp:20243
Method
operator()
! @brief compare two value_t enum values @since version 3.0.0 */
Common/Source/json.hpp:20259
Method
operator+
Common/Source/json.hpp:8260
Method
operator+
! @brief add to iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
Common/Source/json.hpp:8831
Method
operator++
Common/Source/json.hpp:8275
Method
operator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
Common/Source/json.hpp:8640
Method
operator++
post-increment (it++)
Common/Source/json.hpp:8980
Method
operator-
Common/Source/json.hpp:8266
Method
operator-
! @brief subtract from iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
Common/Source/json.hpp:8851
Method
operator-
subtract from iterator
Common/Source/json.hpp:9006
Method
operator--
Common/Source/json.hpp:8286
Method
operator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
Common/Source/json.hpp:8684
Method
operator--
post-decrement (it--)
Common/Source/json.hpp:8988
Method
operator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
Common/Source/json.hpp:8605
Method
operator->
Common/Source/json.hpp:9931
Method
operator/
Common/Source/json.hpp:9179
Method
operator<
Common/Source/json.hpp:8256
Function
operator<=
! @brief comparison: less than or equal Compares whether one JSON value @a lhs is less than or equal to another JSON value by calculating
Common/Source/json.hpp:18268
Method
operator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
Common/Source/json.hpp:8782
Method
operator=
Common/Source/json.hpp:2231
Function
operator==
Common/Source/ImageDiff.hpp:15
Function
operator==
! @brief compares two JSON pointers for equality @param[in] lhs JSON pointer to compare @param[in] rhs JSON pointer to compare @ret
Common/Source/json.hpp:9870
Method
operator==
Server/Source/AudioWorker.hpp:76
Method
operator==
equality operator (needed for InputIterator)
Common/Source/json.hpp:3060
Method
operator==
Common/Source/json.hpp:8252
Method
operator==
! @brief comparison: equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
Common/Source/json.hpp:8721
Method
operator==
Common/Source/ServerPlugin.hpp:64
Method
operator==
Common/Source/Utils.hpp:157
Function
operator>
! @brief comparison: greater than Compares whether one JSON value @a lhs is greater than another JSON value by calculating `not (lhs <= r
Common/Source/json.hpp:18307
Method
operator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
Common/Source/json.hpp:8788
Function
operator>=
! @brief comparison: greater than or equal Compares whether one JSON value @a lhs is greater than or equal to another JSON value by calcu
Common/Source/json.hpp:18346
Method
operator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
Common/Source/json.hpp:8794
Function
operator[]
! @brief access specified array element Returns a reference to the element at specified location @a idx. @note If @a idx is beyond the r
Common/Source/json.hpp:15731
Method
operator[]
access to successor
Common/Source/json.hpp:9016
Method
operator[]
Common/Source/Utils.hpp:754
Method
output_adapter
Common/Source/json.hpp:10038
Method
output_stream_adapter
Common/Source/json.hpp:10007
Method
output_string_adapter
Common/Source/json.hpp:10024
Method
output_vector_adapter
Common/Source/json.hpp:9990
Method
paint
Plugin/Source/PluginSearchWindow.cpp:74
Method
paint
Plugin/Source/NewServerWindow.cpp:35
Method
paint
Plugin/Source/StatisticsWindow.cpp:215
Method
paint
Plugin/Source/GenericEditor.cpp:17
Method
paint
Plugin/Source/PluginEditor.cpp:173
Method
paint
Server/Source/SplashWindow.hpp:103
Method
paint
Server/Source/StatisticsWindow.cpp:237
Method
paint
PluginTray/Source/PluginMonitor.cpp:332
Method
paint
PluginTray/Source/PluginMonitor.hpp:27
Method
paint
PluginTray/Source/PluginMonitor.hpp:38
Method
paintButton
Plugin/Source/PluginButton.cpp:15
Method
paintButton
Plugin/Source/PluginEditor.cpp:192
Method
paintCell
Server/Source/PluginListComponent.cpp:39
Method
paintItem
Plugin/Source/PluginSearchWindow.hpp:96
Method
paintItem
Plugin/Source/PluginSearchWindow.hpp:111
Method
paintItem
Plugin/Source/PluginSearchWindow.hpp:181
Method
paintItem
Plugin/Source/PluginSearchWindow.hpp:265
Method
paintOpenCloseButton
Plugin/Source/PluginSearchWindow.hpp:124
Method
paintOpenCloseButton
Plugin/Source/PluginSearchWindow.hpp:203
Method
paintRowBackground
Server/Source/PluginListComponent.cpp:25
Method
parameterGestureChanged
Plugin/Source/PluginProcessor.hpp:402
Method
parameterGestureChanged
Server/Source/Processor.hpp:186
Method
parameterValueChanged
Plugin/Source/PluginProcessor.cpp:1568
Method
parameterValueChanged
Server/Source/Processor.hpp:180
Method
parent_pointer
! @brief returns the parent of this JSON pointer @return parent of this JSON pointer; in case this JSON pointer is the root, the
Common/Source/json.hpp:9232
Method
parsePluginLayouts
Server/Source/Server.cpp:293
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
Common/Source/json.hpp:4881
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
Common/Source/json.hpp:4777
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
Common/Source/json.hpp:4850
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 */
Common/Source/json.hpp:4702
Method
parse_cbor_internal
! @param[in] get_char whether a new character should be retrieved from the input (true, default) or whether the last rea
Common/Source/json.hpp:4907
Method
parse_error
Common/Source/json.hpp:4102
Method
parse_error
Common/Source/json.hpp:4314
Method
parse_error
Common/Source/json.hpp:4463
Method
parse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
Common/Source/json.hpp:5407
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
Common/Source/json.hpp:5903
Method
parser
a parser reading from an input adapter
Common/Source/json.hpp:7839
Function
patch
! @brief applies a JSON patch [JSON Patch](http://jsonpatch.com) defines a JSON document structure for expressing a sequence of operation
Common/Source/json.hpp:19804
Method
position_string
Common/Source/json.hpp:1870
Method
preProcessBlocks
Server/Source/ProcessorChain.cpp:417
Method
prepareInput
Server/Source/ScreenRecorder.cpp:267
Method
prepareOutput
Server/Source/ScreenRecorder.cpp:388
Method
prepareToPlay
Plugin/Source/PluginProcessor.cpp:484
Method
prepareToPlay
Plugin/Source/PluginProcessor.hpp:31
Method
processBlock
Plugin/Source/PluginProcessor.hpp:33
Method
processBlock
Plugin/Source/PluginProcessor.hpp:67
Method
processBlock
Server/Source/ProcessorClient.cpp:687
Method
processBlock
Server/Source/AudioWorker.cpp:173
Method
processBlockBypassed
Plugin/Source/PluginProcessor.hpp:70
Method
processBlockBypassed
Server/Source/Processor.cpp:655
Method
processBlockBypassedInternal
Plugin/Source/PluginProcessor.cpp:831
← previous
next →
1,401–1,500 of 1,821, ranked by callers