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

Public Member Functions

 RippleLikeWebSocketNotificationParser (std::string &lastKey)
 
bool Key (const rapidjson::Reader::Ch *str, rapidjson::SizeType length, bool copy) override
 
bool StartObject ()
 
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 EndObject (rapidjson::SizeType memberCount)
 
- Public Member Functions inherited from ledger::core::AbstractWebSocketNotificationParser< RippleLikeBlockchainExplorerTransaction, RippleLikeBlockchainExplorer::Block, RippleLikeTransactionParser, RippleLikeBlockParser >
void init (Result *result)
 
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 EndObject (rapidjson::SizeType memberCount)
 
bool StartArray ()
 
bool EndArray (rapidjson::SizeType elementCount)
 

Protected Member Functions

RippleLikeTransactionParsergetTransactionParser () override
 
RippleLikeBlockParsergetBlockParser () override
 
std::string & getLastKey () override
 

Additional Inherited Members

- Protected Attributes inherited from ledger::core::AbstractWebSocketNotificationParser< RippleLikeBlockchainExplorerTransaction, RippleLikeBlockchainExplorer::Block, RippleLikeTransactionParser, RippleLikeBlockParser >
std::string _currentObject
 
Result * _result
 
int32_t _depth
 

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