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

Go to the source code of this file.

Namespaces

namespace  Opm
 

Variables

const std::string Opm::ID_true = "true"
 
const std::string Opm::ID_false = "false"
 
const std::string Opm::ID_xmltag__param_grp = "ParameterGroup"
 
const std::string Opm::ID_xmltag__param = "Parameter"
 
const std::string Opm::ID_param_type__bool = "bool"
 
const std::string Opm::ID_param_type__int = "int"
 
const std::string Opm::ID_param_type__float = "double"
 
const std::string Opm::ID_param_type__string = "string"
 
const std::string Opm::ID_param_type__file = "file"
 
const std::string Opm::ID_param_type__cmdline = "cmdline"
 
const std::string Opm::ID_path_root = ""
 
const std::string Opm::ID_delimiter_path = "/"
 
const std::string Opm::ID_comment = "//"
 
const std::string Opm::ID_delimiter_assignment = "="