Go to the documentation of this file.
28 #ifndef CASA_APPSTATE_H
29 #define CASA_APPSTATE_H
32 #include <casacore/casa/aips.h>
33 #include <casacore/casa/OS/Mutex.h>
60 virtual std::string
resolve(
const std::string &filename)
const;
63 virtual std::list<std::string>
dataPath( )
const {
64 static std::list<std::string> result;
125 static Mutex mutex_p;
virtual std::list< std::string > dataPath() const
get the list of directories in the data path...
static void initialize(AppState *init)
static AppState & fetch()
static AppState * user_state
virtual std::string resolve(const std::string &filename) const
use the data path to find the filename...
Allow configuration of casacore without environment variables.
Exception-safe lock/unlock of a mutex.
this file contains all the compiler specific defines
AppStateSource(AppStateSource const &)
void operator=(AppStateSource const &)
virtual bool initialized() const