ledger-core
Public Member Functions | Protected Member Functions | List of all members
ledger::core::TransactionsBulkParser Class Reference
+ Inheritance diagram for ledger::core::TransactionsBulkParser:
+ Collaboration diagram for ledger::core::TransactionsBulkParser:

Public Member Functions

 TransactionsBulkParser (std::string &lastKey)
 
- Public Member Functions inherited from ledger::core::AbstractTransactionsBulkParser< BitcoinLikeBlockchainExplorer::TransactionsBulk, TransactionsParser >
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 (BitcoinLikeBlockchainExplorer::TransactionsBulk *bulk)
 

Protected Member Functions

TransactionsParsergetTransactionsParser () override
 
std::string & getLastKey () override
 

Additional Inherited Members

- Protected Attributes inherited from ledger::core::AbstractTransactionsBulkParser< BitcoinLikeBlockchainExplorer::TransactionsBulk, TransactionsParser >
int _depth
 
BitcoinLikeBlockchainExplorer::TransactionsBulk * _bulk
 

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