Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amate/UmaUmaCruise
/ functions
Functions
630 in github.com/amate/UmaUmaCruise
⨍
Functions
630
◇
Types & classes
150
Method
min_match
UmaCruise/simstring/measure.h:119
Method
min_match
UmaCruise/simstring/measure.h:140
Method
min_size
UmaCruise/simstring/measure.h:46
Method
min_size
UmaCruise/simstring/measure.h:67
Method
min_size
UmaCruise/simstring/measure.h:88
Method
min_size
UmaCruise/simstring/measure.h:109
Method
min_size
UmaCruise/simstring/measure.h:130
Method
name
UmaCruise/Utility/json.hpp:511
Method
next_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
UmaCruise/Utility/json.hpp:1981
Method
ngram_generator
* Constructs an instance as a tri-gram generator. */
UmaCruise/simstring/ngram.h:119
Method
ngramdb_reader_base
* Constructs an object. */
UmaCruise/simstring/simstring.h:578
Method
ngramdb_writer_base
* Constructs an object. * @param gen The n-gram generator. */
UmaCruise/simstring/simstring.h:148
Method
open
* Opens an n-gram database. * @param name The name of the database. * @param max_size The maximum size of the strings. */
UmaCruise/simstring/simstring.h:612
Method
open
UmaCruise/simstring/memory_mapped_file_posix.h:70
Method
open
UmaCruise/simstring/memory_mapped_file.h:47
Method
open
UmaCruise/simstring/memory_mapped_file_win32.h:69
Method
operator !
UmaCruise/Utility/DropHandler.h:68
Function
operator "" _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
UmaCruise/Utility/json.hpp:15365
Function
operator "" _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
UmaCruise/Utility/json.hpp:15383
Method
operator ()
UmaCruise/Utility/WinHTTPWrapper.h:17
Method
operator []
UmaCruise/Utility/DropHandler.h:51
Function
operator!=
! @brief comparison: not equal Compares two JSON values for inequality by calculating `not (lhs == rhs)`. @param[in] lhs first JSON val
UmaCruise/Utility/json.hpp:13077
Method
operator!=
! @brief comparison: not equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
UmaCruise/Utility/json.hpp:4231
Method
operator!=
inequality operator (needed for range-based for)
UmaCruise/Utility/json.hpp:4492
Method
operator()
UmaCruise/simstring/cdbpp.h:89
Method
operator()
UmaCruise/simstring/ngram.h:170
Method
operator()
UmaCruise/Utility/json.hpp:1167
Method
operator()
UmaCruise/Utility/json.hpp:1511
Method
operator()
! @brief return a hash value for a JSON object @since version 1.0.0 */
UmaCruise/Utility/json.hpp:15325
Method
operator()
! @brief compare two value_t enum values @since version 3.0.0 */
UmaCruise/Utility/json.hpp:15343
Method
operator*
! @brief return a reference to the value pointed to by the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
UmaCruise/Utility/json.hpp:4047
Method
operator+
UmaCruise/Utility/json.hpp:3732
Method
operator+
! @brief add to iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
UmaCruise/Utility/json.hpp:4332
Method
operator++
UmaCruise/Utility/json.hpp:3755
Method
operator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
UmaCruise/Utility/json.hpp:4118
Method
operator++
post-increment (it++)
UmaCruise/Utility/json.hpp:4599
Method
operator-
UmaCruise/Utility/json.hpp:3739
Method
operator-
! @brief subtract from iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
UmaCruise/Utility/json.hpp:4354
Method
operator-
subtract from iterator
UmaCruise/Utility/json.hpp:4635
Method
operator--
UmaCruise/Utility/json.hpp:3768
Method
operator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
UmaCruise/Utility/json.hpp:4161
Method
operator--
post-decrement (it--)
UmaCruise/Utility/json.hpp:4611
Method
operator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
UmaCruise/Utility/json.hpp:4084
Method
operator->
UmaCruise/Utility/json.hpp:7291
Method
operator<
UmaCruise/simstring/simstring.h:517
Method
operator<
UmaCruise/Utility/json.hpp:3727
Method
operator<
! @brief comparison: smaller @pre The iterator is initialized; i.e. `m_object != nullptr`. */
UmaCruise/Utility/json.hpp:4240
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
UmaCruise/Utility/json.hpp:13239
Method
operator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
UmaCruise/Utility/json.hpp:4267
Function
operator==
UmaCruise/Utility/json.hpp:13043
Method
operator==
UmaCruise/Utility/json.hpp:3722
Method
operator==
! @brief comparison: equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
UmaCruise/Utility/json.hpp:4204
Function
operator>
! @brief comparison: greater than Compares whether one JSON value @a lhs is greater than another JSON value by calculating `not (lhs <= r
UmaCruise/Utility/json.hpp:13285
Method
operator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
UmaCruise/Utility/json.hpp:4276
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
UmaCruise/Utility/json.hpp:13331
Method
operator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
UmaCruise/Utility/json.hpp:4285
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
UmaCruise/Utility/json.hpp:10581
Method
operator[]
access to successor
UmaCruise/Utility/json.hpp:4647
Method
other_error
UmaCruise/Utility/json.hpp:778
Method
out_of_range
UmaCruise/Utility/json.hpp:741
Method
output_adapter
UmaCruise/Utility/json.hpp:4764
Method
output_stream_adapter
UmaCruise/Utility/json.hpp:4723
Method
output_string_adapter
UmaCruise/Utility/json.hpp:4744
Method
output_vector_adapter
UmaCruise/Utility/json.hpp:4702
Method
overlapjoin
UmaCruise/simstring/simstring.h:638
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
UmaCruise/Utility/json.hpp:4899
Method
parse_error
UmaCruise/Utility/json.hpp:595
Method
parse_internal
! @brief the actual parser @throw parse_error.101 in case of an unexpected token @throw parse_error.102 if to_unicode fails or surrogate e
UmaCruise/Utility/json.hpp:3208
Method
parse_msgpack_internal
UmaCruise/Utility/json.hpp:5217
Method
parser
a parser reading from an input adapter
UmaCruise/Utility/json.hpp:3135
Function
patch
! @brief applies a JSON patch [JSON Patch](http://jsonpatch.com) defines a JSON document structure for expressing a sequence of operation
UmaCruise/Utility/json.hpp:14396
Function
rbegin
! @brief returns an iterator to the reverse-beginning Returns an iterator to the reverse-beginning; that is, the last element. @image ht
UmaCruise/Utility/json.hpp:11610
Method
read_uint32
UmaCruise/simstring/simstring.h:985
Method
read_uint32
UmaCruise/simstring/cdbpp.h:623
Method
reader
* Constructs an object. */
UmaCruise/simstring/simstring.h:810
Function
rend
! @brief returns an iterator to the reverse-end Returns an iterator to the reverse-end; that is, one before the first element. @imag
UmaCruise/Utility/json.hpp:11647
Method
replace_substring
! @brief replace all occurrences of a substring by another string @param[in,out] s the string to manipulate; changed so that all
UmaCruise/Utility/json.hpp:7629
Method
scan_literal
! @param[in] literal_text the literal text to expect @param[in] length the length of the passed literal text @param[in] return_typ
UmaCruise/Utility/json.hpp:2835
Method
scan_number
! @brief scan a number literal This function scans a string according to Sect. 6 of RFC 7159. The function is realized with a determinis
UmaCruise/Utility/json.hpp:2503
Method
scan_string
! @brief scan a string literal This function scans a string according to Sect. 7 of RFC 7159. While scanning, bytes are escaped and copie
UmaCruise/Utility/json.hpp:2017
Method
serializer
! @param[in] s output stream to serialize to @param[in] ichar indentation character to use */
UmaCruise/Utility/json.hpp:6485
Method
set
* Sets the parameters for n-gram generation. * @param n The unit of n-grams. * @param be \c true to generate n-grams that enc
UmaCruise/simstring/ngram.h:139
Method
set_begin
set iterator to a defined beginning
UmaCruise/Utility/json.hpp:3699
Method
set_end
set iterator to a defined past the end
UmaCruise/Utility/json.hpp:3705
Method
size
UmaCruise/simstring/memory_mapped_file_posix.h:161
Method
size
UmaCruise/simstring/memory_mapped_file.h:51
Method
size
UmaCruise/simstring/memory_mapped_file_win32.h:179
Method
strtof
UmaCruise/Utility/json.hpp:2448
Method
throw_exception
UmaCruise/Utility/json.hpp:3627
Method
throw_if_invalid_utf8
! @brief throw an exception if a string is not UTF-8 encoded @param[in] str UTF-8 string to check @throw type_error.316 if passed string
UmaCruise/Utility/json.hpp:7189
Method
timer
UmaCruise/Utility/timer.h:15
Method
to_json
UmaCruise/Utility/json.hpp:7345
Function
to_msgpack
! @brief create a MessagePack serialization of a given JSON value Serializes a given JSON value @a j to a byte vector using the MessagePack
UmaCruise/Utility/json.hpp:13904
Method
to_string
! @brief return a string representation of the JSON pointer @invariant For each JSON pointer `ptr`, it holds: @code {.cpp} ptr == jso
UmaCruise/Utility/json.hpp:7406
Method
token_type_name
return name of values of type token_type (only used for errors)
UmaCruise/Utility/json.hpp:1853
Function
type
! @brief return the type of the JSON value (explicit) Return the type of the JSON value as a value from the @ref value_t enumeration.
UmaCruise/Utility/json.hpp:9534
Method
type_error
UmaCruise/Utility/json.hpp:698
Method
unescape
unescape "~1" to tilde and "~0" to slash (order is important!)
UmaCruise/Utility/json.hpp:7649
Function
unflatten
! @brief unflatten a previously flattened JSON value The function restores the arbitrary nesting of a JSON value that has been flattened
UmaCruise/Utility/json.hpp:14335
Method
unflatten
UmaCruise/Utility/json.hpp:15254
← previous
next →
501–600 of 630, ranked by callers