YPC
0.2.0
|
Public Member Functions | |
first_match_parser (std::vector< std::shared_ptr< ypc::data_source_with_dhash >> &source) | |
bytes | do_parse (const bytes ¶m) |
bool | merge_parse_result (const std::vector< bytes > &block_result, const bytes ¶m, bytes &result) |
first_match_parser (ypc::data_source< bytes > *source) | |
bytes | do_parse (const bytes ¶m) |
bool | merge_parse_result (const std::vector< bytes > &block_result, const bytes ¶m, bytes &result) |
Protected Attributes | |
std::vector< std::shared_ptr< ypc::data_source_with_dhash > > | m_datasources |
ypc::data_source< bytes > * | m_source |