Mbed OS Reference
|
#include <RecordParser.h>
Public Member Functions | |
RecordParserChain () | |
Construct a parser chain. More... | |
~RecordParserChain () | |
Destroy a parser chain. More... | |
bool | parse (const Record &record) |
Parse a record. More... | |
void | set_next_parser (RecordParser *parser) |
Add a parser at the end of the parser list. More... | |
Record parser chain.
Definition at line 136 of file RecordParser.h.
Construct a parser chain.
Definition at line 140 of file RecordParser.h.
~RecordParserChain | ( | ) |
Destroy a parser chain.
Definition at line 145 of file RecordParser.h.
bool parse | ( | const Record & | record | ) |
Parse a record.
record | The record to parse. |
void set_next_parser | ( | RecordParser * | parser | ) |
Add a parser at the end of the parser list.
parser | The parser to add. |