MQTTSuite
Loading...
Searching...
No Matches
nlohmann::json_schema::basic_error_handler Class Reference

#include <json-schema.hpp>

Inheritance diagram for nlohmann::json_schema::basic_error_handler:
Collaboration diagram for nlohmann::json_schema::basic_error_handler:

Public Member Functions

void error (const json::json_pointer &, const json &, const std::string &) override
virtual void reset ()
 operator bool () const
Public Member Functions inherited from nlohmann::json_schema::error_handler
virtual ~error_handler ()

Private Attributes

bool error_ {false}

Detailed Description

Definition at line 145 of file json-schema.hpp.

Member Function Documentation

◆ error()

void nlohmann::json_schema::basic_error_handler::error ( const json::json_pointer & ,
const json & ,
const std::string &  )
inlineoverridevirtual

◆ operator bool()

nlohmann::json_schema::basic_error_handler::operator bool ( ) const
inline

Definition at line 156 of file json-schema.hpp.

156{ return error_; }

References error_.

◆ reset()

Member Data Documentation

◆ error_

bool nlohmann::json_schema::basic_error_handler::error_ {false}
private

Definition at line 147 of file json-schema.hpp.

147{false};

Referenced by error(), operator bool(), and reset().


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