Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345]
▼Cememory::EnableSharedFromThisBase [external] | |
▼Cememory::EnableSharedFromThis< Value > [external] | |
▼Cejson::internal::Value | Basic main object of all json data |
Cejson::internal::Array | Ejson Array internal data implementation |
Cejson::internal::Boolean | Ejson Boolean internal data implementation |
Cejson::internal::Null | Ejson Null internal data implementation |
Cejson::internal::Number | Ejson Number internal data implementation |
▼Cejson::internal::Object | Ejson Object internal data implementation |
Cejson::internal::Document | Ejson Document internal data implementation |
Cejson::internal::String | Ejson String internal data implementation |
Cejson::FilePos | Position in the file of the original data |
Cejson::iterator< EJSON_BASE_T > | |
▼Cejson::Value | Basic main object of all json elements |
Cejson::Array | Ejson Array interface [ ... ] |
Cejson::Boolean | Ejson Boolean interface: true/false |
Cejson::Null | Ejson Null interface: 'null' |
Cejson::Number | Ejson Number interface |
▼Cejson::Object | Ejson Object interface { ... } |
Cejson::Document | Ejson Document interface (acces with the file and stream) |
Cejson::String | Ejson String interface |