RawConsts.hpp File Reference
#include <string>
Include dependency graph for RawConsts.hpp:

Go to the source code of this file.

Namespaces

 Opm
 
 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::separators = "\t "
 
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 unsigned int Opm::RawConsts::maxKeywordLength = 8