Electroneum
cryptonote::json::MISSING_KEY Struct Reference

#include <json_object.h>

Inheritance diagram for cryptonote::json::MISSING_KEY:
Collaboration diagram for cryptonote::json::MISSING_KEY:

Public Member Functions

 MISSING_KEY (const char *key)
 
- Public Member Functions inherited from cryptonote::json::JSON_ERROR
virtual ~JSON_ERROR ()
 
const char * what () const throw ()
 

Additional Inherited Members

- Protected Member Functions inherited from cryptonote::json::JSON_ERROR
 JSON_ERROR ()
 
- Protected Attributes inherited from cryptonote::json::JSON_ERROR
std::string m
 

Detailed Description

Definition at line 79 of file json_object.h.

Constructor & Destructor Documentation

◆ MISSING_KEY()

cryptonote::json::MISSING_KEY::MISSING_KEY ( const char *  key)
inline

Definition at line 81 of file json_object.h.

82  {
83  m = std::string("Key \"") + key + "\" missing from object.";
84  }
::std::string string
Definition: gtest-port.h:1097
const char * key
Definition: hmac_keccak.cpp:39

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