#include <TabPath.h>
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.
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 |
| casa::TabPath::TabPath | ( | ) |
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.
| casa::TabPath::~TabPath | ( | ) |
Remove a table file search path.
Find a file in one of the directories.
Block<String> casa::TabPath::tabDir_p [private] |
uInt casa::TabPath::nrDir_p [private] |
1.5.1