Mbed OS Reference
|
Parse a record. More...
#include <RecordParser.h>
Public Member Functions | |
RecordParser () | |
Construct a record parser. More... | |
virtual bool | parse (const Record &record)=0 |
Parse the record in input. More... | |
Protected Member Functions | |
~RecordParser () | |
Protected non virtual destructor. More... | |
Parse a record.
Definition at line 37 of file RecordParser.h.
RecordParser | ( | ) |
Construct a record parser.
Definition at line 41 of file RecordParser.h.
|
protected |
Protected non virtual destructor.
RecordParser subclasses are not meant to be destroyed as RecordParser's.
Definition at line 55 of file RecordParser.h.
|
pure virtual |
Parse the record in input.
record | The NDEF record to parse. |
Implemented in GenericRecordParser< ParserImplementation, ParsingResult >, GenericRecordParser< MimeParser, Mime >, GenericRecordParser< TextParser, Text >, and GenericRecordParser< URIParser, URI >.