OpenSDN source code
|
#include <parse_object.h>
Public Member Functions | |
ParseErrorContext () | |
Public Attributes | |
int | error_code |
int | error_subcode |
std::string | type_name |
const uint8_t * | data |
int | data_size |
Definition at line 83 of file parse_object.h.
|
inline |
Definition at line 84 of file parse_object.h.
const uint8_t* ParseErrorContext::data |
Definition at line 89 of file parse_object.h.
int ParseErrorContext::data_size |
Definition at line 90 of file parse_object.h.
int ParseErrorContext::error_code |
Definition at line 86 of file parse_object.h.
int ParseErrorContext::error_subcode |
Definition at line 87 of file parse_object.h.
std::string ParseErrorContext::type_name |
Definition at line 88 of file parse_object.h.