ledger-core
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ledger::core::AbstractTransactionsParser< BlockchainExplorerTransaction, TxParser > Class Template Referenceabstract

Public Member Functions

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 (std::vector< BlockchainExplorerTransaction > *transactions)
 

Protected Member Functions

virtual TxParser & getTransactionParser ()=0
 

Protected Attributes

std::vector< BlockchainExplorerTransaction > * _transactions
 
uint32_t _arrayDepth
 
uint32_t _objectDepth
 

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