IODA Bundle
ParserFactory.h File Reference
#include <map>
#include <memory>
#include <string>
#include <ostream>
#include "eckit/config/LocalConfiguration.h"
#include "eckit/exception/Exceptions.h"
#include "Parser.h"
Include dependency graph for ParserFactory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ingester::ParserMakerBase
 Base class for all ParserMakers. Makes it possible to store all types of parsers inside a std data structure like a map. More...
 
class  Ingester::ParserMaker< T >
 ParserMaker class template definition. More...
 
class  Ingester::ParserFactory
 Factory that is used to create Parsers. More...
 

Namespaces

 anonymous_namespace{ParserFactory.h}
 
 anonymous_namespace{ParserFactory.h}::ConfKeys
 
 Ingester
 

Variables

const char * anonymous_namespace{ParserFactory.h}::ConfKeys::ParserName = "name"