MCPcopy Create free account

hub / github.com/abumq/licensepp / functions

Functions286 in github.com/abumq/licensepp

MethodbuildTimeInfo
src/utils.cc:46
Methodcall
external/json.h:859
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
external/json.h:5194
Functionconst_reference at
external/json.h:1038
Methodconstruct
external/json.h:248
Methodconstruct
external/json.h:260
Methodconstruct
external/json.h:272
Methodconstruct
external/json.h:292
Methodconstruct
external/json.h:304
Methodconstruct
external/json.h:341
MethodconvertAndAddToBuff
src/utils.cc:72
Functioncount
! @brief returns the number of occurrences of a key in a JSON object Returns the number of elements with key @a key. If ObjectType is the
external/json.h:4639
Methodcreate
external/json.h:1625
Methoddecode
src/crypto/base16.cc:15
Methoddecode
src/crypto/base64.cc:16
Methoddecrypt
src/crypto/rsa.cc:22
Methoddecrypt
src/crypto/aes.cc:16
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
external/json.h:12459
Functionemplace
external/json.h:5501
Functionemplace_back
external/json.h:5453
Functionempty
! @brief checks whether the container is empty Checks if a JSON value has no elements. @return The return value depends on the different
external/json.h:5004
Methodencode
src/crypto/base16.cc:20
Methodencode
src/crypto/base64.cc:21
Methodencrypt
src/crypto/rsa.cc:17
Methodencrypt
src/crypto/aes.cc:21
Functionerase
external/json.h:4310
Methodescape
escape tilde and slash
external/json.h:11811
Methodexpect
external/json.h:11292
Methodfill_line_buffer
! @brief append data from the stream to the line buffer This function is called by the scan() function when the end of the bu
external/json.h:10600
Methodflatten
! @param[in] reference_string the reference string to the current value @param[in] value the value to consider @p
external/json.h:11835
Functionfrom_cbor
! @brief create a JSON value from a byte vector in CBOR format Deserializes a given byte vector @a v to a JSON value using the CBOR (Conc
external/json.h:8057
Methodfrom_json
external/json.h:922
Functionfrom_msgpack
! @brief create a JSON value from a byte vector in MessagePack format Deserializes a given byte vector @a v to a JSON value using the Message
external/json.h:8000
Functionfront
! @brief access the first element Returns a reference to the first element in the container. For a JSON container `c`, the expression `c.
external/json.h:4201
MethodgenerateKey
src/crypto/aes.cc:27
Methodget
src/json-object.h:90
MethodgetBool
src/json-object.h:76
MethodgetString
src/json-object.h:70
MethodgetUInt
src/json-object.h:58
MethodgetULong
src/json-object.h:64
Methodget_allocator
! @brief returns the allocator associated with the container */
external/json.h:1101
Functionget_from_vector
external/json.h:6660
Methodget_impl
get a boolean (explicit)
external/json.h:3033
Methodget_impl_ptr
get a pointer to the value (object)
external/json.h:3046
Methodget_ptr
external/json.h:3370
Methodget_ref
external/json.h:3447
Methodget_ref_impl
external/json.h:3141
Methodget_token
get next token from lexer
external/json.h:11286
MethodhasKey
src/json-object.h:82
MethodhasKeys
src/json-object.cc:52
Methodinitialize_license_issuing_authorities
src/c-bindings.cc:21
Functioninsert
! @brief inserts element Inserts element @a val before iterator @a pos. @param[in] pos iterator before which the content will be inserte
external/json.h:5549
Methodinternal_iterator
create an uninitialized internal_iterator
external/json.h:8592
MethodisValid
src/json-object.h:33
Methodis_number
! @brief return whether value is a number This function returns true iff the JSON value is a number. This includes both integer and float
external/json.h:2819
Methodis_number_float
! @brief return whether value is a floating-point number This function returns true iff the JSON value is a floating-point number. This e
external/json.h:2904
Methodis_number_integer
! @brief return whether value is an integer number This function returns true iff the JSON value is an integer or unsigned integer number
external/json.h:2848
Methodis_number_unsigned
! @brief return whether value is an unsigned integer number This function returns true iff the JSON value is an unsigned integer number.
external/json.h:2876
Methodis_structured
! @brief return whether type is structured This function returns true iff the JSON type is structured (array or object). @return `tr
external/json.h:2745
Methodissue
\brief Generates new license \param licensee Name of the licensee \param licenseeSignature Signature of the licensee \param validityPeriod Validity of
include/license++/base-license-manager.h:101
Functionissuing_authority_create
src/c-bindings.cc:153
Functionissuing_authority_delete
src/c-bindings.cc:164
Functionissuing_authority_get_active
src/c-bindings.cc:183
Functionissuing_authority_get_id
src/c-bindings.cc:170
Functionissuing_authority_get_max_validity
src/c-bindings.cc:189
Functionissuing_authority_get_name
src/c-bindings.cc:176
Functionissuing_authority_issue
src/c-bindings.cc:196
Functionissuing_authority_validate
src/c-bindings.cc:213
Methoditer_impl
default constructor
external/json.h:8741
Methoditeration_proxy
construct iteration proxy from a container
external/json.h:8676
Methoditeration_proxy_internal
external/json.h:8612
Functioniterator_wrapper
! @copydoc iterator_wrapper(reference) */
external/json.h:4952
Methodjson_pointer
! @brief create JSON pointer Create a JSON pointer according to the syntax described in [Section 3 of RFC6901](https://tools.
external/json.h:11368
Methodjson_reverse_iterator
create reverse iterator from iterator
external/json.h:9338
Methodjson_value
default constructor (for null values)
external/json.h:1684
Methodkey
return key of the iterator
external/json.h:8638
Methodkey
return the key of an object iterator
external/json.h:9409
Methodkeydec
\brief Decode signature key
include/license++/base-license-manager.h:144
MethodlastError
src/json-object.h:38
Methodlexer
a lexer from a buffer with given length
external/json.h:9462
Functionlicense_create
src/c-bindings.cc:63
Functionlicense_delete
src/c-bindings.cc:65
Functionlicense_get_additional_payload
src/c-bindings.cc:147
Functionlicense_get_authority_signature
src/c-bindings.cc:132
Functionlicense_get_expiry_date
src/c-bindings.cc:137
Functionlicense_get_issue_date
src/c-bindings.cc:142
Functionlicense_get_issuing_authority_id
src/c-bindings.cc:122
Functionlicense_get_licensee
src/c-bindings.cc:117
Functionlicense_get_licensee_signature
src/c-bindings.cc:127
Functionlicense_key_register_init
src/c-bindings.cc:55
Functionlicense_load
src/c-bindings.cc:70
Functionlicense_manager_create
src/c-bindings.cc:228
Functionlicense_manager_delete
src/c-bindings.cc:233
Functionlicense_manager_get_issuing_authority
src/c-bindings.cc:240
Functionlicense_manager_issue
src/c-bindings.cc:248
Functionlicense_manager_validate
src/c-bindings.cc:262
Functionlicense_set_additional_payload
src/c-bindings.cc:111
Functionlicense_set_authority_signature
src/c-bindings.cc:93
Functionlicense_set_expiry_date
src/c-bindings.cc:99
Functionlicense_set_issue_date
src/c-bindings.cc:105
← previousnext →101–200 of 286, ranked by callers