MCPcopy Create free account

hub / github.com/BayshoreNetworks/yextend / functions

Functions382 in github.com/BayshoreNetworks/yextend

Functionerase
libs/json.hpp:10595
Methodescape
escape "~"" to "~0" and "/" to "~1"
libs/json.hpp:7152
Methodescape_codepoint
libs/json.hpp:6429
Methodexc_extract_text_buffer
libs/pdf_parser.cpp:113
Methodexception
libs/json.hpp:215
Methodexpect
! @throw parse_error.101 if expected token did not occur */
libs/json.hpp:3406
Methodextra_space
! @brief calculates the extra space to escape a JSON string @param[in] s the string to escape @param[in] ensure_ascii whether to escape
libs/json.hpp:6335
Methodflatten
libs/json.hpp:14516
Functionfrom_cbor
! @brief create a JSON value from an input in CBOR format Deserializes a given input @a i to a JSON value using the CBOR (Concise Binary
libs/json.hpp:13402
Methodfrom_json
libs/json.hpp:6858
Functionfrom_msgpack
! @brief create a JSON value from an input in MessagePack format Deserializes a given input @a i to a JSON value using the MessagePack se
libs/json.hpp:13489
Functionfront
! @brief access the first element Returns a reference to the first element in the container. For a JSON container `c`, the expression `c.
libs/json.hpp:10484
Methodget
! @brief get next character from the input This function provides the interface to the used input adapter. It does not throw in case the
libs/json.hpp:5213
Functionget_allocator
! @brief returns the allocator associated with the container */
libs/json.hpp:7400
Methodget_cbor_array
libs/json.hpp:5372
Methodget_cbor_object
libs/json.hpp:5383
Methodget_cbor_string
! @brief reads a CBOR string This function first reads starting bytes to determine the expected string length and then copies this number
libs/json.hpp:5296
Methodget_character
libs/json.hpp:1519
Methodget_codepoint
! @brief get codepoint from 4 hex characters following `\u` For input "\u c1 c2 c3 c4" the codepoint is: (c1 * 0x1000) + (c2 * 0x0100)
libs/json.hpp:1766
Methodget_decimal_point
return the locale-dependent decimal point
libs/json.hpp:1740
Functionget_file_object_type
wrapper.cpp:78
Methodget_msgpack_array
libs/json.hpp:5478
Methodget_msgpack_object
libs/json.hpp:5489
Methodget_msgpack_string
! @brief reads a MessagePack string This function first reads starting bytes to determine the expected string length and then copies this
libs/json.hpp:5409
Methodget_number
libs/json.hpp:5232
Functionget_ptr
libs/json.hpp:9702
Functionget_ref
libs/json.hpp:9779
Functionget_ref_impl
libs/json.hpp:9477
Methodget_token
get next token from lexer
libs/json.hpp:3398
Methodhas_embedded_files
libs/pdf_parser.cpp:143
Methodinput_adapter
input adapter for input stream
libs/json.hpp:1552
Methodinput_buffer_adapter
libs/json.hpp:1505
Methodinput_stream_adapter
libs/json.hpp:1447
Functioninsert
! @brief inserts element Inserts element @a val before iterator @a pos. @param[in] pos iterator before which the content will be inserte
libs/json.hpp:11857
Methodinvalid_iterator
libs/json.hpp:352
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
libs/json.hpp:9332
Methodis_empty
bayshore_content_scan.h:87
Functionis_encrypted
encrypted
libs/bayshore_file_type_detect.c:785
Functionis_primitive
! @brief return whether type is primitive This function returns true if and only if the JSON type is primitive (string, number, boolean,
libs/json.hpp:9053
Functionis_structured
! @brief return whether type is structured This function returns true if and only if the JSON type is structured (array or object).
libs/json.hpp:9080
Functionis_type_7zip
wrapper.cpp:97
Functionis_type_executable
wrapper.cpp:196
Functionis_type_html
wrapper.cpp:205
Functionis_type_image
wrapper.cpp:241
Functionis_type_matlab
wrapper.cpp:88
Functionis_type_office
wrapper.cpp:232
Functionis_type_pcap
wrapper.cpp:124
Functionis_type_php
wrapper.cpp:169
Functionis_type_rar
wrapper.cpp:178
Functionis_type_tar
wrapper.cpp:142
Functionis_type_unclassified
wrapper.cpp:133
Functionis_type_win_exe
wrapper.cpp:187
Functionis_type_xml
wrapper.cpp:151
Methoditer_impl
default constructor
libs/json.hpp:3651
Methoditeration_proxy
construct iteration proxy from a container
libs/json.hpp:4256
Methoditeration_proxy_internal
libs/json.hpp:4200
Functioniterator_wrapper
! @copydoc iterator_wrapper(reference) */
libs/json.hpp:11235
Methodj_get_string
libs/json.hpp:5272
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
libs/json.hpp:6920
Methodjson_ref
libs/json.hpp:6774
Methodjson_reverse_iterator
create reverse iterator from iterator
libs/json.hpp:4301
Functionjson_value
default constructor (for null values)
libs/json.hpp:7991
Methodkey
return key of the iterator
libs/json.hpp:4224
Methodkey
return the key of an object iterator
libs/json.hpp:4362
Methodlexer
libs/json.hpp:1727
Methodlittle_endianess
! @brief determine system byte order @return true if and only if system's byte order is little endian @note from http://stackoverflow.co
libs/json.hpp:4550
Functionmain
main.cpp:440
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
libs/json.hpp:11433
Functionmeta
! @brief returns version information on the library This function returns a JSON object with information about the library, including the
libs/json.hpp:7431
Methodname
libs/json.hpp:217
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
libs/json.hpp:1808
Functionoperator "" _json
! @brief user-defined string literal for JSON values This operator implements a user-defined string literal for JSON objects. It can be used by addin
libs/json.hpp:14681
Functionoperator "" _json_pointer
! @brief user-defined string literal for JSON pointer This operator implements a user-defined string literal for JSON Pointers. It can be used by add
libs/json.hpp:14699
Functionoperator!=
! @brief comparison: not equal Compares two JSON values for inequality by calculating `not (lhs == rhs)`. @param[in] lhs first JSON val
libs/json.hpp:12470
Methodoperator!=
! @brief comparison: not equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
libs/json.hpp:3972
Methodoperator!=
inequality operator (needed for range-based for)
libs/json.hpp:4218
Methodoperator()
libs/json.hpp:1357
Methodoperator()
libs/json.hpp:1384
Methodoperator()
! @brief return a hash value for a JSON object @since version 1.0.0 */
libs/json.hpp:14641
Methodoperator()
! @brief compare two value_t enum values @since version 3.0.0 */
libs/json.hpp:14659
Methodoperator*
! @brief return a reference to the value pointed to by the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
libs/json.hpp:3788
Methodoperator+
libs/json.hpp:3520
Methodoperator+
! @brief add to iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
libs/json.hpp:4073
Methodoperator++
libs/json.hpp:3543
Methodoperator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
libs/json.hpp:3859
Methodoperator++
post-increment (it++)
libs/json.hpp:4308
Methodoperator-
libs/json.hpp:3527
Methodoperator-
! @brief subtract from iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
libs/json.hpp:4095
Methodoperator-
subtract from iterator
libs/json.hpp:4344
Methodoperator--
libs/json.hpp:3556
Methodoperator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
libs/json.hpp:3902
Methodoperator--
post-decrement (it--)
libs/json.hpp:4320
Methodoperator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
libs/json.hpp:3825
Methodoperator->
libs/json.hpp:6817
Methodoperator<
libs/json.hpp:3515
Methodoperator<
! @brief comparison: smaller @pre The iterator is initialized; i.e. `m_object != nullptr`. */
libs/json.hpp:3981
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
libs/json.hpp:12632
Methodoperator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
libs/json.hpp:4008
Functionoperator==
libs/json.hpp:12436
Methodoperator==
libs/json.hpp:3510
← previousnext →201–300 of 382, ranked by callers