Developer Documentation
RAVL, Recognition And Vision Library
USER HOME PAGE CLASS LIST CONTENTS
Ravl - Source Tools - HeaderInfoC
 

  PUBLIC
HeaderInfoC::HeaderInfoC(const StringC &,const StringC &,const StringC &)
HeaderInfoC::Name(void)
HeaderInfoC::Package(void)
HeaderInfoC::SrcFile(void)

   HeaderInfoC   
 
Header info.
 
include "Ravl/SourceTools/LibInfo.hh"
Source file:Ravl/SourceTools/CodeManager/LibInfo.hh
User Level:Develop
Library:RavlSourceTools
In Scope:RavlN

Comments:
All you wanted to know about header files, but where afraid to ask.

Variables:
StringC name;
Name of headerfile (without path.)

StringC package;
Where is should be installed.

StringC src;
Where it is in the source tree.

Methods:
HeaderInfoC(const StringC & headerName,const StringC & nPackage = StringC (),const StringC & sourceFile = StringC ())
Constructor.

StringC & Name()
Name of headerfile (without path.)

StringC & Package()
Where is should be installed.

StringC & SrcFile()
Where it is in the source tree.


Maintainer:Charles Galambos, Documentation by CxxDoc: Tue Aug 13 09:59:30 2002