casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
casacore::TabPath Class Reference

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

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

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.

Member Function Documentation

const String& casacore::TabPath::dir ( uInt  dirnr) const

Get the directory name.

Bool casacore::TabPath::found ( const String ,
String  
) const

Find a file in one of the directories.

Member Data Documentation

uInt casacore::TabPath::nrDir_p
private

Definition at line 83 of file TabPath.h.

Block<String> casacore::TabPath::tabDir_p
private

Definition at line 82 of file TabPath.h.


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