Base class for all input Parsers.
More...
#include <Parser.h>
Base class for all input Parsers.
Definition at line 17 of file Parser.h.
◆ Parser() [1/2]
Ingester::Parser::Parser |
( |
| ) |
|
|
default |
◆ Parser() [2/2]
Ingester::Parser::Parser |
( |
const eckit::Configuration & |
conf | ) |
|
|
explicit |
◆ ~Parser()
virtual Ingester::Parser::~Parser |
( |
| ) |
|
|
virtualdefault |
◆ parse()
virtual std::shared_ptr<DataContainer> Ingester::Parser::parse |
( |
const size_t |
maxMsgsToParse = 0 | ) |
|
|
pure virtual |
Parse the input.
- Parameters
-
maxMsgsToParse | Messages to parse (0 for everything) |
Implemented in Ingester::BufrParser.
◆ reset()
virtual void Ingester::Parser::reset |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: