IODA Bundle
Ingester::ParserMaker< T > Class Template Reference

ParserMaker class template definition. More...

#include <ParserFactory.h>

Inheritance diagram for Ingester::ParserMaker< T >:
[legend]
Collaboration diagram for Ingester::ParserMaker< T >:
[legend]

Public Member Functions

std::shared_ptr< Parsermake (const eckit::Configuration &conf) override
 Instantiate a Parser instance. More...
 

Detailed Description

template<class T>
class Ingester::ParserMaker< T >

ParserMaker class template definition.

Template Parameters
TThe Parser class this Maker will make

Definition at line 43 of file ParserFactory.h.

Member Function Documentation

◆ make()

template<class T >
std::shared_ptr<Parser> Ingester::ParserMaker< T >::make ( const eckit::Configuration &  conf)
inlineoverridevirtual

Instantiate a Parser instance.

Parameters
confConfiguration to base the Parser on (obs space)

Implements Ingester::ParserMakerBase.

Definition at line 46 of file ParserFactory.h.


The documentation for this class was generated from the following file: