casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
casa::TabPath Class Reference

Search path for table files. More...

#include <TabPath.h>

List of all members.

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 Stringdir (uInt dirnr) const
 Get the directory name.

Private Attributes

Block< StringtabDir_p
uInt nrDir_p

Detailed Description

Search path for table files.

Intended use:

Internal

Review Status

Reviewed By:
UNKNOWN
Date Reviewed:
before2004/08/25

Synopsis

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.

To Do

Definition at line 62 of file TabPath.h.


Constructor & Destructor Documentation

Create a table file search path with a .COD{Directory} Use default path ., ~/TabDir.

Create a table file search path with given path name.

Remove a table file search path.


Member Function Documentation

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.


Member Data Documentation

Definition at line 83 of file TabPath.h.

Definition at line 82 of file TabPath.h.


The documentation for this class was generated from the following file: