GEOS
Namespaces | Enumerations | Functions
RestartFlags.hpp File Reference
#include "common/logger/Logger.hpp"

Go to the source code of this file.

Namespaces

 geos
 
 geos::dataRepository
 

Enumerations

enum class  geos::dataRepository::RestartFlags : integer { geos::dataRepository::NO_WRITE , geos::dataRepository::WRITE , geos::dataRepository::WRITE_AND_READ }
 
enum class  geos::dataRepository::PlotLevel : integer {
  geos::dataRepository::LEVEL_0 , geos::dataRepository::LEVEL_1 , geos::dataRepository::LEVEL_2 , geos::dataRepository::LEVEL_3 ,
  geos::dataRepository::NOPLOT
}
 

Functions

PlotLevel geos::dataRepository::toPlotLevel (int const val)
 Function to get a PlotLevel enum from an int. More...
 
std::istream & geos::dataRepository::operator>> (std::istream &is, PlotLevel &plotLevel)
 Reads a PlotLevel enum from a stream. More...
 
std::ostream & geos::dataRepository::operator<< (std::ostream &os, PlotLevel const &plotLevel)
 Writes a plot level to a stream. More...