TabPath.h

Classes

TabPath -- Search path for table files (full description)

class TabPath

Interface

Public Members
TabPath ()
TabPath (const String&)
~TabPath ()
Bool found (const String&, String&) const
const String& dir (uInt dirnr) const

Description

Review Status

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

Prerequisite

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

Member Description

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.