MCPcopy Create free account

hub / github.com/abumq/licensepp / functions

Functions286 in github.com/abumq/licensepp

Functionlicense_set_issuing_authority_id
src/c-bindings.cc:81
Functionlicense_set_licensee
src/c-bindings.cc:76
Functionlicense_set_licensee_signature
src/c-bindings.cc:87
MethodloadPrivateKey
src/crypto/rsa.h:27
MethodloadPublicKey
src/crypto/rsa.h:32
Functionmain
sample/main.cc:17
Functionmain
cli/main.cc:24
Functionmain
test/main.cc:13
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
external/json.h:5138
Methodmeta
! @brief returns version information on the library This function returns a JSON object with infiormation about the library, including th
external/json.h:1129
Methodnow
src/utils.h:81
MethodnowUtc
src/utils.cc:28
Methodobject
! @brief explicitly create an object from an initializer list Creates a JSON object value from a given initializer list. The initializer
external/json.h:2204
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
external/json.h:12663
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
external/json.h:12681
Functionoperator!=
! @brief comparison: not equal Compares two JSON values for inequality by calculating `not (lhs == rhs)`. @param[in] lhs first JSON val
external/json.h:6014
Methodoperator!=
external/json.h:8489
Methodoperator!=
inequality operator (needed for range-based for)
external/json.h:8632
Methodoperator!=
! @brief comparison: not equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json.h:9088
Methodoperator!=
external/json.h:11928
Methodoperator()
external/json.h:848
Methodoperator()
external/json.h:875
Methodoperator()
! @brief return a hash value for a JSON object @since version 1.0.0 */
external/json.h:12641
Methodoperator*
! @brief return a reference to the value pointed to by the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`.
external/json.h:8896
Methodoperator+
external/json.h:8514
Methodoperator+
! @brief add to iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json.h:9197
Methodoperator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json.h:8969
Methodoperator++
post-increment (it++)
external/json.h:9348
Methodoperator-
external/json.h:8521
Methodoperator-
! @brief subtract from iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json.h:9208
Methodoperator-
subtract from iterator
external/json.h:9389
Methodoperator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json.h:9012
Methodoperator--
post-decrement (it--)
external/json.h:9361
Methodoperator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json.h:8935
Functionoperator<
! @brief comparison operator for JSON types Returns an ordering that is similar to Python: - order: null < boolean < number < object < array < string
external/json.h:171
Methodoperator<
external/json.h:8494
Methodoperator<
! @brief comparison: smaller @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json.h:9097
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
external/json.h:6170
Methodoperator<=
external/json.h:8499
Methodoperator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json.h:9130
Methodoperator=
external/json.h:9495
Functionoperator==
external/json.h:5984
Methodoperator==
external/json.h:8484
Methodoperator==
! @brief comparison: equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json.h:9055
Methodoperator==
external/json.h:11922
Functionoperator>
! @brief comparison: greater than Compares whether one JSON value @a lhs is greater than another JSON value by calculating `not (lhs <= r
external/json.h:6192
Methodoperator>
external/json.h:8504
Methodoperator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json.h:9139
Functionoperator>=
! @brief comparison: greater than or equal Compares whether one JSON value @a lhs is greater than or equal to another JSON value by calcu
external/json.h:6214
Methodoperator>=
external/json.h:8509
Methodoperator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/json.h:9148
Functionoperator[]
! @brief access specified array element Returns a reference to the element at specified location @a idx. @note If @a idx is beyond the r
external/json.h:3723
Methodoperator[]
access to successor
external/json.h:9403
MethodparseFormat
src/utils.cc:98
Methodparse_internal
the actual parser
external/json.h:11092
Methodparser
a parser reading from a string literal
external/json.h:11053
Functionpatch
! @brief applies a JSON patch [JSON Patch](http://jsonpatch.com) defines a JSON document structure for expressing a sequence of operation
external/json.h:12166
Functionrbegin
! @brief returns an iterator to the reverse-beginning Returns an iterator to the reverse-beginning; that is, the last element. @image ht
external/json.h:4820
Functionrend
! @brief returns an iterator to the reverse-end Returns an iterator to the reverse-end; that is, one before the first element. @imag
external/json.h:4857
Methodreplace_substring
! @brief replace all occurrences of a substring by another string @param[in,out] s the string to manipulate; changed so that all
external/json.h:11796
Methodroot
src/json-object.h:53
MethodsetLastError
src/json-object.h:43
Methodset_begin
set iterator to a defined beginning
external/json.h:8461
Methodset_end
set iterator to a defined past the end
external/json.h:8467
Methodsign
src/crypto/rsa.cc:27
Methodsplit
split the string input to reference tokens
external/json.h:11723
Methodstr_to_float_t
! @brief parse floating point number This function (and its overloads) serves to select the most approprate standard floating
external/json.h:10854
MethodtimevalToString
src/utils.cc:36
Functionto_cbor
! @brief create a MessagePack serialization of a given JSON value Serializes a given JSON value @a j to a byte vector using the CBOR (Concise
external/json.h:8027
Methodto_json
external/json.h:938
Methodto_string
! @brief return a string representation of the JSON pointer @invariant For each JSON pointer `ptr`, it holds: @code {.cpp}
external/json.h:11387
Methodto_unicode
! @brief create a string from one or two Unicode code points There are two cases: (1) @a codepoint1 is in the Basic Multilingual
external/json.h:9520
Methodtoken_type_name
return name of values of type token_type (only used for errors)
external/json.h:9585
Methodunescape
unescape tilde and slash
external/json.h:11820
Methodunexpect
external/json.h:11305
Functionunflatten
! @brief unflatten a previously flattened JSON value The function restores the arbitrary nesting of a JSON value that has been flattened
external/json.h:12116
Methodunflatten
! @param[in] value flattened JSON @return unflattened JSON */
external/json.h:11893
Methodvalidate
\brief Validates the license with current date \param Pointer to valid license object to change (for future use if needed) \param verifyLicenseeSignat
include/license++/base-license-manager.h:120
Functionvalue
external/json.h:4076
Methodvalue
return value of the iterator
external/json.h:8665
Methodvalue
return the value of an iterator
external/json.h:9416
Methodverify
src/crypto/rsa.cc:32
MethodverifyKeyPair
src/crypto/rsa.cc:37
Method~BaseLicenseManager
include/license++/base-license-manager.h:75
Method~LicenseException
include/license++/license-exception.h:29
Method~basic_json
! @brief destructor Destroys the JSON value and frees all allocated memory. @complexity Linear. @requirement This function helps `b
external/json.h:2574
← previous201–286 of 286, ranked by callers