MCPcopy Create free account

hub / github.com/arun11299/cpp-jwt / functions

Functions600 in github.com/arun11299/cpp-jwt

Methodjwt_header
'tors * Default constructor. */
include/jwt/jwt.hpp:274
Methodjwt_object
'tors * Default constructor. */
include/jwt/jwt.hpp:858
Functionjwt_object_pem_test
include/jwt/test/test_jwt_object.cc:51
Methodjwt_payload
'tors * Default constructor. */
include/jwt/jwt.hpp:502
Methodjwt_signature
'tors Default constructor
include/jwt/jwt.hpp:789
Methodkey
include/jwt/json/json.hpp:5408
Methodkey
include/jwt/json/json.hpp:5588
Methodkey
return the key of an object iterator
include/jwt/json/json.hpp:11515
Methodleeway_param
include/jwt/parameters.hpp:173
Methodlexer
include/jwt/json/json.hpp:5994
Functionmain
examples/simple_ex2.cc:6
Functionmain
examples/simple_ex3_rsa.cc:40
Functionmain
examples/simple_ex1.cc:4
Functionmain
include/jwt/test/test_jwt_payload.cc:31
Functionmain
include/jwt/test/test_sv.cc:161
Functionmain
include/jwt/test/test_jwt_object.cc:89
Functionmain
include/jwt/test/test_stack_alloc.cc:9
Functionmain
include/jwt/test/test_rsa.cc:44
Functionmain
include/jwt/test/test_base64.cc:44
Functionmain
include/jwt/test/test_jwt_header.cc:16
Functionmain
include/jwt/test/test_hmac.cc:13
Functionmain
include/jwt/test/test_jwt_decode.cc:27
Functionmain
include/jwt/test/test_jwt_signature.cc:22
Functionmain
include/jwt/test/test_evp.c:4
Functionmain
include/jwt/json/test_json.cc:20
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
include/jwt/json/json.hpp:21565
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
include/jwt/json/json.hpp:25133
Methodmul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
include/jwt/json/json.hpp:14414
Methodname
include/jwt/json/json.hpp:2369
Functionnbf
*/
include/jwt/parameters.hpp:434
Methodnbf_param
include/jwt/parameters.hpp:254
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
include/jwt/json/json.hpp:6088
Methodnonesuch
include/jwt/json/json.hpp:2825
Methodnormalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
include/jwt/json/json.hpp:14479
Methodnormalize_to
! @brief normalize x such that the result has the exponent E @pre e >= x.e and the upper e - x.e bits of x.f must be zero. */
include/jwt/json/json.hpp:14496
Methodnull
include/jwt/json/json.hpp:5353
Methodnull
include/jwt/json/json.hpp:5528
Methodnumber_float
include/jwt/json/json.hpp:5377
Methodnumber_float
include/jwt/json/json.hpp:5552
Methodnumber_integer
include/jwt/json/json.hpp:5365
Methodnumber_integer
include/jwt/json/json.hpp:5540
Methodnumber_unsigned
include/jwt/json/json.hpp:5371
Methodnumber_unsigned
include/jwt/json/json.hpp:5546
Functionoperator "" _json
include/jwt/json/json.hpp:25253
Functionoperator "" _json_pointer
include/jwt/json/json.hpp:25272
Functionoperator!=
! @brief compares two JSON pointers for inequality @param[in] lhs JSON pointer to compare @param[in] rhs JSON pointer to compare @r
include/jwt/json/json.hpp:12502
Methodoperator!=
inequality operator (needed for range-based for)
include/jwt/json/json.hpp:3888
Methodoperator!=
include/jwt/json/json.hpp:4469
Methodoperator!=
! @brief comparison: not equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/jwt/json/json.hpp:11192
Methodoperator()
include/jwt/jwt.hpp:148
Methodoperator()
include/jwt/algorithm.hpp:81
Methodoperator()
include/jwt/algorithm.hpp:92
Methodoperator()
include/jwt/algorithm.hpp:103
Methodoperator()
include/jwt/algorithm.hpp:114
Methodoperator()
include/jwt/algorithm.hpp:127
Methodoperator()
include/jwt/algorithm.hpp:140
Methodoperator()
include/jwt/algorithm.hpp:153
Methodoperator()
include/jwt/algorithm.hpp:166
Methodoperator()
include/jwt/algorithm.hpp:179
Methodoperator()
include/jwt/algorithm.hpp:192
Methodoperator()
include/jwt/json/json.hpp:3787
Methodoperator()
include/jwt/json/json.hpp:4350
Methodoperator()
! @brief return a hash value for a JSON object @since version 1.0.0 */
include/jwt/json/json.hpp:25195
Methodoperator()
! @brief compare two value_t enum values @since version 3.0.0 */
include/jwt/json/json.hpp:25211
Methodoperator*
! @brief return a reference to the value pointed to by the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/jwt/json/json.hpp:11008
Methodoperator+
include/jwt/json/json.hpp:10686
Methodoperator+
! @brief add to iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/jwt/json/json.hpp:11293
Methodoperator++
include/jwt/json/json.hpp:10704
Methodoperator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/jwt/json/json.hpp:11079
Methodoperator++
post-increment (it++)
include/jwt/json/json.hpp:11461
Methodoperator-
include/jwt/json/json.hpp:10693
Methodoperator-
! @brief subtract from iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/jwt/json/json.hpp:11315
Methodoperator-
subtract from iterator
include/jwt/json/json.hpp:11497
Methodoperator--
include/jwt/json/json.hpp:10717
Methodoperator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/jwt/json/json.hpp:11122
Methodoperator--
post-decrement (it--)
include/jwt/json/json.hpp:11473
Methodoperator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/jwt/json/json.hpp:11045
Methodoperator->
include/jwt/json/json.hpp:12579
Methodoperator/
include/jwt/json/json.hpp:11698
Methodoperator<
include/jwt/json/json.hpp:10681
Methodoperator<
! @brief comparison: smaller @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/jwt/json/json.hpp:11201
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
include/jwt/json/json.hpp:22885
Methodoperator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/jwt/json/json.hpp:11228
Methodoperator=
include/jwt/json/json.hpp:2829
Functionoperator==
! @brief compares two JSON pointers for equality @param[in] lhs JSON pointer to compare @param[in] rhs JSON pointer to compare @ret
include/jwt/json/json.hpp:12485
Methodoperator==
equality operator (needed for InputIterator)
include/jwt/json/json.hpp:3882
Methodoperator==
include/jwt/json/json.hpp:4463
Methodoperator==
include/jwt/json/json.hpp:10676
Methodoperator==
! @brief comparison: equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/jwt/json/json.hpp:11165
Functionoperator>
! @brief comparison: greater than Compares whether one JSON value @a lhs is greater than another JSON value by calculating `not (lhs <= r
include/jwt/json/json.hpp:22931
Methodoperator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/jwt/json/json.hpp:11237
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
include/jwt/json/json.hpp:22977
Methodoperator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/jwt/json/json.hpp:11246
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
include/jwt/json/json.hpp:19988
Methodoperator[]
Element Access Member Functions
include/jwt/string_view.hpp:139
Methodoperator[]
access to successor
include/jwt/json/json.hpp:11509
Methodordered_map
Explicit constructors instead of `using Container::Container` otherwise older compilers choke on it (GCC <= 5.5, xcode <= 9.4)
include/jwt/json/json.hpp:16417
Methodoutput_adapter
include/jwt/json/json.hpp:12719
Methodoutput_stream_adapter
include/jwt/json/json.hpp:12672
Methodoutput_string_adapter
include/jwt/json/json.hpp:12696
← previousnext →401–500 of 600, ranked by callers