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

  PUBLIC
ProgInfoBodyC::ProgInfoBodyC(const StringC &,DefsMkFileC &,const StringC &)
ProgInfoBodyC::Add(DefsMkFileC &,const StringC &)
ProgInfoBodyC::Name(void) const
ProgInfoBodyC::UsesLibs(void)
ProgInfoBodyC::Sources(void)
RCBodyC::References(void) const
RCBodyC::Copy(void) const
RCBodyC::DeepCopy(UIntT) const
RCBodyC::IncRefCounter(void)
RCBodyC::DecRefCounter(void)

   ProgInfoBodyC   
 
Information about an executable.
 
include "Ravl/SourceTools/ProgInfo.hh"
Source file:Ravl/SourceTools/CodeManager/ProgInfo.hh
User Level:Develop
Library:RavlSourceTools
In Scope:RavlN

Parent Classes: Variables:
StringC progName;
Unqualitified program name, (Has code extention though.)

DListC useslibs;
Libraries required by this one.

DListC sources;
Source files in the program (fully qualified names).

Methods:
ProgInfoBodyC(const StringC & progName,DefsMkFileC & defs,const StringC & fromDir)
Constructor.

bool Add(DefsMkFileC & defs,const StringC & fromDir)
Add information from defs file 'defs'.
True is returned if operation succeeded.

const StringC & Name() const
Get program name.

DListC<StringC> & UsesLibs()
Libraries required by this one.

DListC<StringC> Sources()
Source files in the program.

#include "Ravl/RefCounter.hh"
UIntT References() const
Access count of handles open to this object.

RCBodyC & Copy() const
Make copy of body.
This should be provided in derived classes. this funtion will issue an assertion failure if called.

RCBodyC & DeepCopy(UIntT levels = ((UIntT))) const
Make a deep copy of body.
This should be provided in derived classes. this funtion will issue an assertion failure if called.

void IncRefCounter()
Increment reference counter.

bool DecRefCounter()
Decrement reference counter.


Documentation by CxxDoc: Tue Aug 13 09:59:30 2002