RawConsts.hpp File Reference
#include <string>
Include dependency graph for RawConsts.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Opm::RawConsts::is_separator
 
struct  Opm::RawConsts::is_quote
 

Namespaces

namespace  Opm
 
namespace  Opm::RawConsts
 Consts used in the non semantic, raw parsing of the eclipse file.
 

Variables

const char Opm::RawConsts::slash = '/'
 
const char Opm::RawConsts::quote = '\''
 
const std::string Opm::RawConsts::include = "INCLUDE"
 
const std::string Opm::RawConsts::end = "END"
 
const std::string Opm::RawConsts::endinclude = "ENDINC"
 
const std::string Opm::RawConsts::paths = "PATHS"
 
const std::string Opm::RawConsts::pyinput = "PYINPUT"
 
const unsigned int Opm::RawConsts::maxKeywordLength = 8
 
constexpr bool Opm::RawConsts::sep_table [128]
 
constexpr bool Opm::RawConsts::q_table [128]