casa
$Rev:20696$
|
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.
Create a table file search path with a .COD{Directory} Use default path ., ~/TabDir.
casa::TabPath::TabPath | ( | const String & | ) |
Create a table file search path with given path name.
Remove a table file search path.
const String& casa::TabPath::dir | ( | uInt | dirnr | ) | const |
Get the directory name.
Bool casa::TabPath::found | ( | const String & | , |
String & | |||
) | const |
Find a file in one of the directories.
uInt casa::TabPath::nrDir_p [private] |
Block<String> casa::TabPath::tabDir_p [private] |