MCPcopy Create free account

hub / github.com/amate/UmaUmaCruise / functions

Functions630 in github.com/amate/UmaUmaCruise

Functionclear
! @brief clears the contents Clears the content of a JSON value and resets it to the default value as if @ref basic_json(value_t) would h
UmaCruise/Utility/json.hpp:12110
Methodclose
* Closes the database. * @param name The name of the database. * @return bool \c true if the database is successfully opene
UmaCruise/simstring/simstring.h:411
Methodclose
* Closes an n-gram database. */
UmaCruise/simstring/simstring.h:623
Methodclose
UmaCruise/simstring/memory_mapped_file_posix.h:102
Methodclose
* Closes the database. */
UmaCruise/simstring/cdbpp.h:572
Methodclose
UmaCruise/simstring/memory_mapped_file.h:49
Methodclose
UmaCruise/simstring/memory_mapped_file_win32.h:108
Methodconst_data
UmaCruise/simstring/memory_mapped_file_posix.h:171
Methodconst_data
UmaCruise/simstring/memory_mapped_file.h:53
Methodconst_data
UmaCruise/simstring/memory_mapped_file_win32.h:189
Methodconstruct
UmaCruise/Utility/json.hpp:1214
Methodconstruct
UmaCruise/Utility/json.hpp:1226
Methodconstruct
UmaCruise/Utility/json.hpp:1246
Methodconstruct
UmaCruise/Utility/json.hpp:1258
Methodconstruct
UmaCruise/Utility/json.hpp:1270
Methodconstruct
UmaCruise/Utility/json.hpp:1282
Methodconstruct
UmaCruise/Utility/json.hpp:1338
Functioncount
UmaCruise/Utility/json.hpp:11429
Methodcreate
! @brief create a parse error exception @param[in] id_ the id of the exception @param[in] byte_ the byte index where the error o
UmaCruise/Utility/json.hpp:575
Methodcreate
UmaCruise/Utility/json.hpp:639
Methodcreate
UmaCruise/Utility/json.hpp:691
Methodcreate
UmaCruise/Utility/json.hpp:734
Methodcreate
UmaCruise/Utility/json.hpp:771
Methoddata
UmaCruise/simstring/memory_mapped_file_posix.h:166
Methoddata
UmaCruise/simstring/memory_mapped_file_win32.h:184
Methoddecode
! @brief check whether a string is UTF-8 encoded The function checks each byte of a string whether it is UTF-8 encoded. The result of the
UmaCruise/Utility/json.hpp:7155
Functiondiff
! @brief creates a diff as a JSON patch Creates a [JSON Patch](http://jsonpatch.com) so that value @a source can be changed into the valu
UmaCruise/Utility/json.hpp:14694
Methoddump_escaped
! @brief dump escaped string Escape a string by replacing certain special characters by a sequence of an escape character (backslash) and
UmaCruise/Utility/json.hpp:6884
Methoddump_float
! @brief dump a floating-point number Dump a given floating-point number to output stream @a o. Works internally with @a number_buffer.
UmaCruise/Utility/json.hpp:7079
Methoddump_integer
UmaCruise/Utility/json.hpp:7038
Functionemplace
UmaCruise/Utility/json.hpp:12416
Functionemplace_back
UmaCruise/Utility/json.hpp:12368
Functionempty
! @brief checks whether the container is empty. Checks if a JSON value has no elements (i.e. whether its @ref size is `0`). @return The
UmaCruise/Utility/json.hpp:11898
Methoderror
* Returns an error message. * @return std::string The string of the error message. */
UmaCruise/simstring/simstring.h:200
Methoderror
* Returns an error message. * @return std::string The string of the error message. */
UmaCruise/simstring/simstring.h:602
Methodescape
escape "~"" to "~0" and "/" to "~1"
UmaCruise/Utility/json.hpp:7641
Methodescape_codepoint
UmaCruise/Utility/json.hpp:6819
Methodexception
UmaCruise/Utility/json.hpp:509
Methodexpect
! @throw parse_error.101 if expected token did not occur */
UmaCruise/Utility/json.hpp:3608
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
UmaCruise/Utility/json.hpp:6729
Methodfail
* Checks whether an error has occurred. * @return bool \c true if an error has occurred. */
UmaCruise/simstring/simstring.h:593
Methodflatten
UmaCruise/Utility/json.hpp:15201
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
UmaCruise/Utility/json.hpp:14012
Methodfrom_json
UmaCruise/Utility/json.hpp:7329
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
UmaCruise/Utility/json.hpp:14099
Functionfront
! @brief access the first element Returns a reference to the first element in the container. For a JSON container `c`, the expression `c.
UmaCruise/Utility/json.hpp:10989
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
UmaCruise/Utility/json.hpp:5551
Methodget32bits
UmaCruise/simstring/cdbpp.h:83
Functionget_allocator
! @brief returns the allocator associated with the container */
UmaCruise/Utility/json.hpp:7889
Methodget_cbor_array
UmaCruise/Utility/json.hpp:5710
Methodget_cbor_object
UmaCruise/Utility/json.hpp:5721
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
UmaCruise/Utility/json.hpp:5634
Methodget_character
UmaCruise/Utility/json.hpp:1668
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)
UmaCruise/Utility/json.hpp:1933
Methodget_decimal_point
return the locale-dependent decimal point
UmaCruise/Utility/json.hpp:1907
Methodget_msgpack_array
UmaCruise/Utility/json.hpp:5816
Methodget_msgpack_object
UmaCruise/Utility/json.hpp:5827
Methodget_msgpack_string
! @brief reads a MessagePack string This function first reads starting bytes to determine the expected string length and then copies this
UmaCruise/Utility/json.hpp:5747
Methodget_number
UmaCruise/Utility/json.hpp:5570
Functionget_ptr
UmaCruise/Utility/json.hpp:10207
Functionget_ref
UmaCruise/Utility/json.hpp:10284
Functionget_ref_impl
UmaCruise/Utility/json.hpp:9988
Methodget_string
UmaCruise/Utility/json.hpp:5610
Methodget_token
get next token from lexer
UmaCruise/Utility/json.hpp:3600
Methodinput_adapter
input adapter for input stream
UmaCruise/Utility/json.hpp:1701
Methodinput_buffer_adapter
UmaCruise/Utility/json.hpp:1654
Methodinput_stream_adapter
UmaCruise/Utility/json.hpp:1596
Methodinsert
* Inserts a string to the n-gram database. * @param key The key string. * @param value The value associated with the strin
UmaCruise/simstring/simstring.h:210
Methodinvalid_iterator
UmaCruise/Utility/json.hpp:646
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
UmaCruise/Utility/json.hpp:9843
Methodis_open
UmaCruise/simstring/memory_mapped_file_posix.h:97
Methodis_open
UmaCruise/simstring/memory_mapped_file.h:48
Methodis_open
UmaCruise/simstring/memory_mapped_file_win32.h:103
Functionis_primitive
! @brief return whether type is primitive This function returns true if and only if the JSON type is primitive (string, number, boolean,
UmaCruise/Utility/json.hpp:9564
Functionis_structured
! @brief return whether type is structured This function returns true if and only if the JSON type is structured (array or object).
UmaCruise/Utility/json.hpp:9591
Functionitems
! @brief helper to access iterator member functions in range-based for This function allows to access @ref iterator::key() and @ref itera
UmaCruise/Utility/json.hpp:11834
Methoditer_impl
default constructor
UmaCruise/Utility/json.hpp:3910
Methoditeration_proxy
construct iteration proxy from a container
UmaCruise/Utility/json.hpp:4530
Methoditeration_proxy_internal
UmaCruise/Utility/json.hpp:4474
Functioniterator_wrapper
! @copydoc iterator_wrapper(reference) */
UmaCruise/Utility/json.hpp:11780
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
UmaCruise/Utility/json.hpp:7389
Methodjson_ref
UmaCruise/Utility/json.hpp:7255
Methodjson_reverse_iterator
create reverse iterator from iterator
UmaCruise/Utility/json.hpp:4592
Functionjson_value
default constructor (for null values)
UmaCruise/Utility/json.hpp:8482
Methodkey
return key of the iterator
UmaCruise/Utility/json.hpp:4498
Methodkey
return the key of an object iterator
UmaCruise/Utility/json.hpp:4653
Methodlexer
UmaCruise/Utility/json.hpp:1894
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
UmaCruise/Utility/json.hpp:4888
Methodmax_size
UmaCruise/simstring/measure.h:51
Methodmax_size
UmaCruise/simstring/measure.h:93
Methodmax_size
UmaCruise/simstring/measure.h:114
Methodmax_size
UmaCruise/simstring/measure.h:135
Methodmemory_mapped_file_base
UmaCruise/simstring/memory_mapped_file.h:44
Methodmemory_mapped_file_posix
UmaCruise/simstring/memory_mapped_file_posix.h:57
Methodmemory_mapped_file_win32
UmaCruise/simstring/memory_mapped_file_win32.h:55
Functionmerge_patch
! @brief applies a JSON Merge Patch The merge patch format is primarily intended for use with the HTTP PATCH method as a means of describ
UmaCruise/Utility/json.hpp:14870
Functionmeta
! @brief returns version information on the library This function returns a JSON object with information about the library, including the
UmaCruise/Utility/json.hpp:7920
Methodmin_match
UmaCruise/simstring/measure.h:56
Methodmin_match
UmaCruise/simstring/measure.h:77
Methodmin_match
UmaCruise/simstring/measure.h:98
← previousnext →401–500 of 630, ranked by callers