MCPcopy Create free account

hub / github.com/PABannier/bark.cpp / functions

Functions1,016 in github.com/PABannier/bark.cpp

Methodnumber_integer
examples/server/json.hpp:6951
Functionnumber_unsigned
examples/server/json.hpp:6773
Methodnumber_unsigned
examples/server/json.hpp:6957
Functionoperator "" _json
examples/server/json.hpp:24314
Functionoperator "" _json_pointer
examples/server/json.hpp:24322
Functionoperator!=
examples/server/json.hpp:5860
Methodoperator!=
inequality operator (needed for range-based for)
examples/server/json.hpp:5186
Methodoperator!=
examples/server/httplib.h:980
Functionoperator"" _t
examples/server/httplib.h:3316
Functionoperator()
examples/server/json.hpp:24343
Methodoperator()
examples/server/json.hpp:5030
Methodoperator()
examples/server/json.hpp:5731
Methodoperator()
! @brief compare two value_t enum values @since version 3.0.0 */
examples/server/json.hpp:24357
Methodoperator()
examples/server/httplib.h:318
Methodoperator()
examples/server/httplib.h:444
Methodoperator()
examples/server/httplib.h:631
Methodoperator()
examples/server/httplib.h:5033
Methodoperator+
examples/server/json.hpp:12701
Methodoperator++
examples/server/json.hpp:5171
Methodoperator++
examples/server/json.hpp:12719
Methodoperator++
post-increment (it++)
examples/server/json.hpp:13603
Methodoperator-
examples/server/json.hpp:12708
Methodoperator-
subtract from iterator
examples/server/json.hpp:13639
Methodoperator--
examples/server/json.hpp:12732
Methodoperator--
post-decrement (it--)
examples/server/json.hpp:13615
Functionoperator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
examples/server/json.hpp:13110
Methodoperator->
examples/server/json.hpp:14740
Methodoperator->
examples/server/httplib.h:985
Methodoperator<
examples/server/json.hpp:12696
Functionoperator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
examples/server/json.hpp:13335
Functionoperator<=>
examples/server/json.hpp:14550
Methodoperator=
examples/server/json.hpp:270
Methodoperator=
examples/server/httplib.h:348
Functionoperator==
examples/server/json.hpp:13255
Methodoperator==
equality operator (needed for InputIterator)
examples/server/json.hpp:5180
Methodoperator==
examples/server/httplib.h:979
Functionoperator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
examples/server/json.hpp:13344
Functionoperator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
examples/server/json.hpp:13353
Functionoperator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
examples/server/json.hpp:13470
Functionordered_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
Methodoutput_adapter
examples/server/json.hpp:14916
Methodoutput_adapter_protocol
examples/server/json.hpp:14826
Methodoutput_stream_adapter
examples/server/json.hpp:14867
Methodoutput_string_adapter
examples/server/json.hpp:14892
Methodoutput_vector_adapter
examples/server/json.hpp:14842
Functionparent_pointer
@brief returns the parent of this JSON pointer @sa https://json.nlohmann.me/api/json_pointer/parent_pointer/
examples/server/json.hpp:13826
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
examples/server/json.hpp:9464
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
examples/server/json.hpp:9346
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
examples/server/json.hpp:9426
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 */
examples/server/json.hpp:9242
Methodparse_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
Functionparse_error
examples/server/json.hpp:6852
Methodparse_error
examples/server/json.hpp:7102
Methodparse_error
examples/server/json.hpp:7289
Methodparse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
examples/server/json.hpp:10270
Methodparse_request_line
examples/server/httplib.h:5767
Methodparse_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
Methodparser
a parser reading from an input adapter
examples/server/json.hpp:12169
Functionpatch
@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
Functionpatch_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
Methodport
examples/server/httplib.h:7884
Methodposition_string
examples/server/json.hpp:4442
Methodprocess_and_close_socket
examples/server/httplib.h:6588
Methodprocess_request
examples/server/httplib.h:6452
Methodprocess_socket
examples/server/httplib.h:7378
Functionrbegin
@brief returns an iterator to the reverse-beginning @sa https://json.nlohmann.me/api/basic_json/rbegin/
examples/server/json.hpp:21986
Methodread_content
examples/server/httplib.h:5971
Methodread_content_core
examples/server/httplib.h:6018
Methodread_content_with_content_receiver
examples/server/httplib.h:6009
Functionread_file
examples/server/httplib.h:2432
Methodread_response_line
examples/server/httplib.h:6730
Methodredirect
examples/server/httplib.h:6953
Functionreinterpret_bits
examples/server/json.hpp:16831
Methodremove_mount_point
examples/server/httplib.h:5605
Functionrend
@brief returns an iterator to the reverse-end @sa https://json.nlohmann.me/api/basic_json/rend/
examples/server/json.hpp:22000
Methodrouting
examples/server/httplib.h:6234
Methodsax_parse_internal
examples/server/json.hpp:12278
Functionscan
examples/server/json.hpp:8810
Methodscan_comment
! * @brief scan a comment * @return whether comment could be scanned successfully */
examples/server/json.hpp:8145
Methodscan_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
Methodscan_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
Methodscope_exit
examples/server/httplib.h:331
Methodsend_
examples/server/httplib.h:6776
Methodsend_with_content_provider
examples/server/httplib.h:7153
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
examples/server/json.hpp:17951
Methodset_address_family
examples/server/httplib.h:7946
Methodset_basic_auth
examples/server/httplib.h:7908
Methodset_bearer_token_auth
examples/server/httplib.h:7914
Methodset_ca_cert_path
examples/server/httplib.h:7986
Methodset_chunked_content_provider
examples/server/httplib.h:5252
Methodset_compress
examples/server/httplib.h:7956
Methodset_connection_timeout
examples/server/httplib.h:1923
Methodset_decompress
examples/server/httplib.h:7958
Methodset_default_headers
examples/server/httplib.h:7937
Methodset_digest_auth
examples/server/httplib.h:7919
Functionset_end
examples/server/json.hpp:12833
Methodset_follow_location
examples/server/httplib.h:7928
Methodset_header_writer
examples/server/httplib.h:7941
Methodset_hostname_addr_map
examples/server/httplib.h:7932
Methodset_interface
examples/server/httplib.h:7960
← previousnext →801–900 of 1,016, ranked by callers