User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
Ravl - Source Tools - BuildInfoBodyC
 

  PUBLIC
BuildInfoBodyC::BuildInfoBodyC(void)
BuildInfoBodyC::ScanDirectory(StringC &,DefsMkFileC &)
BuildInfoBodyC::LibDepends(StringC &)
BuildInfoBodyC::Depends(const DListC &)
RCBodyC::References(void) const
RCBodyC::Copy(void) const
RCBodyC::DeepCopy(UIntT) const
RCBodyC::IncRefCounter(void)
RCBodyC::DecRefCounter(void)

   BuildInfoBodyC   
 
Collects information about library dependancies.
 
include "Ravl/SourceTools/BuildInfo.hh"
User Level:Develop
Library:RavlSourceTools
In Scope:RavlN

Parent Classes: Variables:
Methods:
BuildInfoBodyC()
Default constructor.

bool ScanDirectory(StringC & where,DefsMkFileC & defs)
Add information from directory to database.

DListC<StringC> LibDepends(StringC & lib)
List libraries the named library depends on.

DListC<StringC> Depends(const DListC<StringC> & uses)
Given a list of libraries used directly, expand it to a full list.

#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.


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