#include "common/DataTypes.hpp"
#include "common/logger/Logger.hpp"
#include <functional>
#include <memory>
Go to the source code of this file.
|
class | geos::GeosxState |
| Holds the global GEOSX state. This is a singleton class, no more than one instance exists at at time. After construction the instance can be accessed from anywhere by the free function getGlobalState() . More...
|
|
|
enum class | geos::State { UNINITIALIZED = 0
, INITIALIZED = 1
, READY_TO_RUN = 2
, COMPLETED = 3
} |
| A description of the global state.
|
|