ParserItem.hpp File Reference
#include <string>
#include <sstream>
#include <iostream>
#include <deque>
#include <memory>
#include <boost/lexical_cast.hpp>
#include <opm/json/JsonObject.hpp>
#include <opm/parser/eclipse/Parser/ParserEnums.hpp>
#include <opm/parser/eclipse/RawDeck/RawRecord.hpp>
#include <opm/parser/eclipse/Deck/DeckItem.hpp>
#include <opm/parser/eclipse/RawDeck/StarToken.hpp>
Include dependency graph for ParserItem.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Opm::ParserItem
 

Namespaces

 Opm
 

Typedefs

typedef std::shared_ptr< const
ParserItem > 
Opm::ParserItemConstPtr
 
typedef std::shared_ptr
< ParserItem > 
Opm::ParserItemPtr
 

Functions

template<typename ParserItemType , typename ValueType >
void Opm::ParserItemInlineClassDeclaration (const ParserItemType *self, std::ostream &os, const std::string &indent, const std::string &typeString)
 
template<typename ParserItemType , typename ValueType >
std::string Opm::ParserItemInlineClassInit (const ParserItemType *self, const std::string &parentClass, const std::string &typeString, const std::string *defaultValue=NULL)
 
template<typename ParserItemType , typename DeckItemType , typename ValueType >
DeckItemPtr Opm::ParserItemScan (const ParserItemType *self, RawRecordPtr rawRecord)