#include <Casarc.h>
|
typedef std::map< std::string,
std::string >::const_iterator | iterator |
| |
|
| void | put (const std::string &keyword, const std::string &value) |
| | adds the keyword->value mapping More...
|
| |
| std::string | get (const std::string &keyword) |
| | retrieves the mapping for keyword (or "" if the mapping is not defined) More...
|
| |
| bool | get (const std::string &keyword, std::string &value) |
| | retrieves the mapping for keyword in value (and returns true if the mapping is defined or false otherwise) More...
|
| |
| size_t | size () const |
| |
| const std::string & | path () const |
| | path to the file that this Casarc mirrors... More...
|
| |
| iterator | begin () |
| |
| iterator | end () |
| |
Definition at line 40 of file Casarc.h.
| Enumerator |
|---|
| READ |
|
| READ_WRITE |
|
| WRITE |
|
| APPEND |
|
Definition at line 114 of file Casarc.h.
| casacore::Casarc::Casarc |
( |
const std::string & |
path | ) |
|
|
private |
path is the path to the.casarc (or.aipsrc file)
| casacore::Casarc::~Casarc |
( |
| ) |
|
|
inlineprivate |
| static void casacore::Casarc::clearDefaultPath |
( |
| ) |
|
|
static |
| void casacore::Casarc::close |
( |
int |
| ) |
|
|
private |
| double casacore::Casarc::current_modification_time |
( |
struct stat & |
buf | ) |
|
|
private |
| std::string casacore::Casarc::get |
( |
const std::string & |
keyword | ) |
|
retrieves the mapping for keyword (or "" if the mapping is not defined)
| bool casacore::Casarc::get |
( |
const std::string & |
keyword, |
|
|
std::string & |
value |
|
) |
| |
retrieves the mapping for keyword in value (and returns true if the mapping is defined or false otherwise)
| static Casarc& casacore::Casarc::instance |
( |
| ) |
|
|
static |
return default casarc file, e.g.
~/.casarc
| static Casarc& casacore::Casarc::instance |
( |
const std::string & |
path | ) |
|
|
static |
return a casarc object attached to a particular file
| static const std::list<Casarc*>& casacore::Casarc::list |
( |
| ) |
|
|
static |
return the list of rcfiles that have been loaded
returns a file descriptor or -1 on error...
| const std::string& casacore::Casarc::path |
( |
| ) |
const |
|
inline |
| void casacore::Casarc::put |
( |
const std::string & |
keyword, |
|
|
const std::string & |
value |
|
) |
| |
adds the keyword->value mapping
| void casacore::Casarc::read_file |
( |
| ) |
|
|
private |
| static void casacore::Casarc::setDefaultPath |
( |
const std::string & |
path | ) |
|
|
static |
set and clear the default casarc path (to something other than ~/.casarc)
| static void casacore::Casarc::shutdown |
( |
| ) |
|
|
staticprivate |
| size_t casacore::Casarc::size |
( |
| ) |
const |
| static void casacore::Casarc::startup |
( |
| ) |
|
|
staticprivate |
| void casacore::Casarc::sync |
( |
| ) |
|
|
private |
| void casacore::Casarc::unlock |
( |
int |
fd | ) |
|
|
private |
| std::string* casacore::Casarc::default_path |
|
staticprivate |
| std::string casacore::Casarc::filename |
|
private |
| std::map<std::string,Casarc*>* casacore::Casarc::filenames |
|
staticprivate |
| std::list<pid_t> casacore::Casarc::have_lock |
|
private |
| bool casacore::Casarc::initialized |
|
staticprivate |
| ino_t casacore::Casarc::inode |
|
private |
| char* casacore::Casarc::mapped_file |
|
private |
| off_t casacore::Casarc::mapped_file_size |
|
private |
| std::map<ino_t,Casarc*>* casacore::Casarc::rcfiles |
|
staticprivate |
singleton Casarcs, (inode->casarc)
Definition at line 135 of file Casarc.h.
| std::list<Casarc*>* casacore::Casarc::rclist |
|
staticprivate |
| std::map<std::string,std::string> casacore::Casarc::rcmap |
|
private |
| std::map<std::string,meta_entry_> casacore::Casarc::rcmetamap |
|
private |
this is broken off separate from the rcmap to allow the rcmap to be used for iteration by users of this class...
Definition at line 128 of file Casarc.h.
| std::list<int> casacore::Casarc::stale_fds |
|
private |
| double casacore::Casarc::timestamp |
|
private |
The documentation for this class was generated from the following file: