Electroneum
cryptonote::json::JSON_ERROR Struct Reference

#include <json_object.h>

Inheritance diagram for cryptonote::json::JSON_ERROR:
Collaboration diagram for cryptonote::json::JSON_ERROR:

Public Member Functions

virtual ~JSON_ERROR ()
 
const char * what () const throw ()
 

Protected Member Functions

 JSON_ERROR ()
 

Protected Attributes

std::string m
 

Detailed Description

Definition at line 64 of file json_object.h.

Constructor & Destructor Documentation

◆ JSON_ERROR()

cryptonote::json::JSON_ERROR::JSON_ERROR ( )
inlineprotected

Definition at line 67 of file json_object.h.

67 { }

◆ ~JSON_ERROR()

virtual cryptonote::json::JSON_ERROR::~JSON_ERROR ( )
inlinevirtual

Definition at line 71 of file json_object.h.

71 { }

Member Function Documentation

◆ what()

const char* cryptonote::json::JSON_ERROR::what ( ) const
throw (
)
inline

Definition at line 73 of file json_object.h.

74  {
75  return m.c_str();
76  }

Member Data Documentation

◆ m

std::string cryptonote::json::JSON_ERROR::m
protected

Definition at line 68 of file json_object.h.


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