Search path for table files. More...
#include <TabPath.h>
Public Member Functions | |
TabPath () | |
Create a table file search path with a .COD{Directory} Use default path ., ~/TabDir. | |
TabPath (const String &) | |
Create a table file search path with given path name. | |
~TabPath () | |
Remove a table file search path. | |
Bool | found (const String &, String &) const |
Find a file in one of the directories. | |
const String & | dir (uInt dirnr) const |
Get the directory name. | |
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.
Definition at line 62 of file TabPath.h.
casacore::TabPath::TabPath | ( | ) |
casacore::TabPath::~TabPath | ( | ) |
Remove a table file search path.
Find a file in one of the directories.
uInt casacore::TabPath::nrDir_p [private] |
Block<String> casacore::TabPath::tabDir_p [private] |