|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
//////////////////////////////////////////////////////////////////////////
Variables:
- StringC _name;
-
- StringC docFilename;
-
Where to look for the documentation on this object.
- StringC _userlevel;
-
- StringC _brief;
-
Methods:
- DocPageC(const StringC & name,const StringC & docFilename,const StringC & userlevel,const StringC & brief)
-
Constructor
| name | the name of the page |
| userlevel | the userlevel of the page |
| brief | brief comment for the page |
|
- const StringC GetName() const
-
Access to the name of the page
- const StringC GetDocFilename() const
-
Access to the name of the page
- const StringC GetBrief() const
-
Access to the brief comment for the page
- const IndexT GetTypeIndex() const
-
The index for the type of page, eg class, library, executable etc
- const IndexT GetLevelIndex() const
-
The index for the userlevel of the page
|
Programmer:Robert Crida, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|