IODA Bundle
|
Base class for all ParserMakers. Makes it possible to store all types of parsers inside a std data structure like a map. More...
#include <ParserFactory.h>
Public Member Functions | |
virtual std::shared_ptr< Parser > | make (const eckit::Configuration &conf)=0 |
Instantiate a Parser instance. More... | |
Base class for all ParserMakers. Makes it possible to store all types of parsers inside a std data structure like a map.
Definition at line 32 of file ParserFactory.h.
|
pure virtual |
Instantiate a Parser instance.
conf | Configuration to base the Parser on (obs space) |
Implemented in Ingester::ParserMaker< T >.