CPPMyth
Library to interoperate with MythTV server
sajson::document Class Reference
Collaboration diagram for sajson::document:

Public Member Functions

 document (mutable_string_view &input, const size_t *structure, type root_type, const size_t *root, size_t error_line, size_t error_column, const std::string &error_message)
 
 document (const document &rhs)
 
bool is_valid () const
 
value get_root () const
 
size_t get_error_line () const
 
size_t get_error_column () const
 
std::string get_error_message () const
 

Private Member Functions

void operator= (const document &rhs)
 

Private Attributes

refcount uses
 
mutable_string_view input
 
const size_t *const structure
 
const type root_type
 
const size_t *const root
 
const size_t error_line
 
const size_t error_column
 
const std::string error_message
 

Detailed Description

Definition at line 401 of file sajson.h.


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