casacore
|
#include <TabPath.h>
Public Member Functions | |
TabPath () | |
Create a table file search path with a.COD{Directory} Use default path., ~/TabDir. More... | |
TabPath (const String &) | |
Create a table file search path with given path name. More... | |
~TabPath () | |
Remove a table file search path. More... | |
Bool | found (const String &, String &) const |
Find a file in one of the directories. More... | |
const String & | dir (uInt dirnr) const |
Get the directory name. More... | |
Private Attributes | |
Block< String > | tabDir_p |
uInt | nrDir_p |
Search path for table files
Internal
TabPath is the class containing the search path for table files. It is used by the TabDesc class to find the directory of a table description.
casacore::TabPath::TabPath | ( | ) |
Create a table file search path with a.COD{Directory} Use default path., ~/TabDir.
casacore::TabPath::TabPath | ( | const String & | ) |
Create a table file search path with given path name.
casacore::TabPath::~TabPath | ( | ) |
Remove a table file search path.
Find a file in one of the directories.