JWT-CPP v0.7.0
A header only library for creating and validating JSON Web Tokens (JWT) in C++
Loading...
Searching...
No Matches
jwt::traits::open_source_parsers_jsoncpp::object_type Class Reference
Inheritance diagram for jwt::traits::open_source_parsers_jsoncpp::object_type:
[legend]

Public Types

using key_type = std::string
 
using mapped_type = Json::Value
 
using size_type = size_t
 

Public Member Functions

 object_type (const object_type &)=default
 
 object_type (const Json::Value &o)
 
 object_type (object_type &&)=default
 
 object_type (Json::Value &&o)
 
object_typeoperator= (const object_type &o)=default
 
object_typeoperator= (object_type &&o) noexcept=default
 
const mapped_type & at (const key_type &key) const
 
size_type count (const key_type &key) const
 

The documentation for this class was generated from the following file: