Mistake on this page?
Report an issue in GitHub or email us
Public Member Functions
RecordParserChain Struct Reference

Record parser chain. More...

#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...
 

Detailed Description

Record parser chain.

Definition at line 136 of file RecordParser.h.

Constructor & Destructor Documentation

Construct a parser chain.

Definition at line 140 of file RecordParser.h.

Destroy a parser chain.

Definition at line 145 of file RecordParser.h.

Member Function Documentation

bool parse ( const Record record)

Parse a record.

Parameters
recordThe record to parse.
Returns
true if the record has been parsed and false otherwise.
void set_next_parser ( RecordParser parser)

Add a parser at the end of the parser list.

Parameters
parserThe parser to add.
Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.