Developer Documentation
Centre for Vision, Speech & Signal Processing
USER IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
DocEHTC::DocEHTC(const FilenameC &)
DocEHTC::BriefComment(void)
DocEHTC::DetailComment(void)
DocEHTC::NodePath(void)
DocEHTC::Variable(const StringC &,const StringC &)
DocEHTC
 
Class for reading .eht files
 
include "amma/DocEHT.hh"
User Level:Default
Library:DocEntry
Example:exEndPoint.cc
Section:Utilities.Documentation
In Scope:std

Variables:

StringC _ehtHome;
Directory path for .eht files

StringC filename;

BooleanT _fileOK;

TextPFileC _ehtBuffer;

Methods:
DocEHTC(const FilenameC & name)
Constructor
namename of .eht file
Note that name will be appended to _ehtHome to get a full path name for to search for the eht file so _ehtHome must be specified before any DocEHTC objects are instantiated.

const StringC BriefComment()
Reads brief comment

const StringC DetailComment()
Reads detail comment

StringC NodePath()
Get the path to this node.

const StringC Variable(const StringC & var,const StringC & _default)
Reads perceps style variable


Programmer:Robert Crida, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001