ledger-core
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
TestParser Struct Reference
+ Inheritance diagram for TestParser:
+ Collaboration diagram for TestParser:

Public Types

typedef TestBlock Result
 

Public Member Functions

 TestParser (std::string &lastKey)
 
bool Key (const rapidjson::Reader::Ch *str, rapidjson::SizeType length, bool copy)
 
- Public Member Functions inherited from ledger::core::AbstractBlockParser< TestBlock >
bool Null ()
 
bool Bool (bool b)
 
bool Int (int i)
 
bool Uint (unsigned i)
 
bool Int64 (int64_t i)
 
bool Uint64 (uint64_t i)
 
bool Double (double d)
 
bool RawNumber (const rapidjson::Reader::Ch *str, rapidjson::SizeType length, bool copy)
 
bool String (const rapidjson::Reader::Ch *str, rapidjson::SizeType length, bool copy)
 
bool StartObject ()
 
bool Key (const rapidjson::Reader::Ch *str, rapidjson::SizeType length, bool copy)
 
bool EndObject (rapidjson::SizeType memberCount)
 
bool StartArray ()
 
bool EndArray (rapidjson::SizeType elementCount)
 
void init (TestBlock *block)
 

Protected Member Functions

std::string & getLastKey () override
 

Protected Attributes

std::string & _lastKey
 
- Protected Attributes inherited from ledger::core::AbstractBlockParser< TestBlock >
TestBlock_block
 

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