Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PABannier/bark.cpp
/ functions
Functions
1,016 in github.com/PABannier/bark.cpp
⨍
Functions
1,016
◇
Types & classes
300
Method
number_integer
examples/server/json.hpp:6951
Function
number_unsigned
examples/server/json.hpp:6773
Method
number_unsigned
examples/server/json.hpp:6957
Function
operator "" _json
examples/server/json.hpp:24314
Function
operator "" _json_pointer
examples/server/json.hpp:24322
Function
operator!=
examples/server/json.hpp:5860
Method
operator!=
inequality operator (needed for range-based for)
examples/server/json.hpp:5186
Method
operator!=
examples/server/httplib.h:980
Function
operator"" _t
examples/server/httplib.h:3316
Function
operator()
examples/server/json.hpp:24343
Method
operator()
examples/server/json.hpp:5030
Method
operator()
examples/server/json.hpp:5731
Method
operator()
! @brief compare two value_t enum values @since version 3.0.0 */
examples/server/json.hpp:24357
Method
operator()
examples/server/httplib.h:318
Method
operator()
examples/server/httplib.h:444
Method
operator()
examples/server/httplib.h:631
Method
operator()
examples/server/httplib.h:5033
Method
operator+
examples/server/json.hpp:12701
Method
operator++
examples/server/json.hpp:5171
Method
operator++
examples/server/json.hpp:12719
Method
operator++
post-increment (it++)
examples/server/json.hpp:13603
Method
operator-
examples/server/json.hpp:12708
Method
operator-
subtract from iterator
examples/server/json.hpp:13639
Method
operator--
examples/server/json.hpp:12732
Method
operator--
post-decrement (it--)
examples/server/json.hpp:13615
Function
operator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
examples/server/json.hpp:13110
Method
operator->
examples/server/json.hpp:14740
Method
operator->
examples/server/httplib.h:985
Method
operator<
examples/server/json.hpp:12696
Function
operator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
examples/server/json.hpp:13335
Function
operator<=>
examples/server/json.hpp:14550
Method
operator=
examples/server/json.hpp:270
Method
operator=
examples/server/httplib.h:348
Function
operator==
examples/server/json.hpp:13255
Method
operator==
equality operator (needed for InputIterator)
examples/server/json.hpp:5180
Method
operator==
examples/server/httplib.h:979
Function
operator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
examples/server/json.hpp:13344
Function
operator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
examples/server/json.hpp:13353
Function
operator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
examples/server/json.hpp:13470
Function
ordered_map
Explicit constructors instead of `using Container::Container` otherwise older compilers choke on it (GCC <= 5.5, xcode <= 9.4)
examples/server/json.hpp:18926
Method
output_adapter
examples/server/json.hpp:14916
Method
output_adapter_protocol
examples/server/json.hpp:14826
Method
output_stream_adapter
examples/server/json.hpp:14867
Method
output_string_adapter
examples/server/json.hpp:14892
Method
output_vector_adapter
examples/server/json.hpp:14842
Function
parent_pointer
@brief returns the parent of this JSON pointer @sa https://json.nlohmann.me/api/json_pointer/parent_pointer/
examples/server/json.hpp:13826
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
examples/server/json.hpp:9464
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
examples/server/json.hpp:9346
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
examples/server/json.hpp:9426
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 */
examples/server/json.hpp:9242
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
examples/server/json.hpp:9494
Function
parse_error
examples/server/json.hpp:6852
Method
parse_error
examples/server/json.hpp:7102
Method
parse_error
examples/server/json.hpp:7289
Method
parse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
examples/server/json.hpp:10270
Method
parse_request_line
examples/server/httplib.h:5767
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
examples/server/json.hpp:10904
Method
parser
a parser reading from an input adapter
examples/server/json.hpp:12169
Function
patch
@brief applies a JSON patch to a copy of the current object @sa https://json.nlohmann.me/api/basic_json/patch/
examples/server/json.hpp:24117
Function
patch_inplace
@brief applies a JSON patch in-place without copying the object @sa https://json.nlohmann.me/api/basic_json/patch/
examples/server/json.hpp:23846
Method
port
examples/server/httplib.h:7884
Method
position_string
examples/server/json.hpp:4442
Method
process_and_close_socket
examples/server/httplib.h:6588
Method
process_request
examples/server/httplib.h:6452
Method
process_socket
examples/server/httplib.h:7378
Function
rbegin
@brief returns an iterator to the reverse-beginning @sa https://json.nlohmann.me/api/basic_json/rbegin/
examples/server/json.hpp:21986
Method
read_content
examples/server/httplib.h:5971
Method
read_content_core
examples/server/httplib.h:6018
Method
read_content_with_content_receiver
examples/server/httplib.h:6009
Function
read_file
examples/server/httplib.h:2432
Method
read_response_line
examples/server/httplib.h:6730
Method
redirect
examples/server/httplib.h:6953
Function
reinterpret_bits
examples/server/json.hpp:16831
Method
remove_mount_point
examples/server/httplib.h:5605
Function
rend
@brief returns an iterator to the reverse-end @sa https://json.nlohmann.me/api/basic_json/rend/
examples/server/json.hpp:22000
Method
routing
examples/server/httplib.h:6234
Method
sax_parse_internal
examples/server/json.hpp:12278
Function
scan
examples/server/json.hpp:8810
Method
scan_comment
! * @brief scan a comment * @return whether comment could be scanned successfully */
examples/server/json.hpp:8145
Method
scan_number
! @brief scan a number literal This function scans a string according to Sect. 6 of RFC 8259. The function is realized with a determinis
examples/server/json.hpp:8270
Method
scan_string
! @brief scan a string literal This function scans a string according to Sect. 7 of RFC 8259. While scanning, bytes are escaped and copie
examples/server/json.hpp:7555
Method
scope_exit
examples/server/httplib.h:331
Method
send_
examples/server/httplib.h:6776
Method
send_with_content_provider
examples/server/httplib.h:7153
Method
serializer
! @param[in] s output stream to serialize to @param[in] ichar indentation character to use @param[in] error_handler_ how to react on de
examples/server/json.hpp:17951
Method
set_address_family
examples/server/httplib.h:7946
Method
set_basic_auth
examples/server/httplib.h:7908
Method
set_bearer_token_auth
examples/server/httplib.h:7914
Method
set_ca_cert_path
examples/server/httplib.h:7986
Method
set_chunked_content_provider
examples/server/httplib.h:5252
Method
set_compress
examples/server/httplib.h:7956
Method
set_connection_timeout
examples/server/httplib.h:1923
Method
set_decompress
examples/server/httplib.h:7958
Method
set_default_headers
examples/server/httplib.h:7937
Method
set_digest_auth
examples/server/httplib.h:7919
Function
set_end
examples/server/json.hpp:12833
Method
set_follow_location
examples/server/httplib.h:7928
Method
set_header_writer
examples/server/httplib.h:7941
Method
set_hostname_addr_map
examples/server/httplib.h:7932
Method
set_interface
examples/server/httplib.h:7960
← previous
next →
801–900 of 1,016, ranked by callers