casa
5.7.0-16
|
Base class for application state. More...
#include <AppState.h>
Public Member Functions | |
virtual std::string | resolve (const std::string &filename) const |
use the data path to find the filename... More... | |
virtual std::list< std::string > | dataPath () const |
get the list of directories in the data path... More... | |
virtual bool | initialized () const |
virtual | ~AppState () |
Base class for application state.
Public interface
This class is the base class for casacore state. Its purpose is to allow applications initialize casacore's state without resorting to environment variables. This is done by creating an object whose class is derived from this base class, and then initializing the AppStateSource with the newly created object. After initialization, the AppStateSource takes ownership of the object. Please see the documentation for AppStateSource for more information.
Definition at line 56 of file AppState.h.
|
inlinevirtual |
Definition at line 70 of file AppState.h.
|
inlinevirtual |
get the list of directories in the data path...
Reimplemented in casatools::State.
Definition at line 63 of file AppState.h.
|
inlinevirtual |
Reimplemented in casatools::State.
Definition at line 68 of file AppState.h.
|
virtual |
use the data path to find the filename...