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

  PUBLIC
BuildInfoBodyC::BuildInfoBodyC(void)
BuildInfoBodyC::ScanDirectory(StringC &,DefsMkFileC &)
BuildInfoBodyC::LibDepends(StringC &)
BuildInfoBodyC::Depends(const DListC &)
BuildInfoBodyC::LibDepends(StringC &,DListC &,HSetC &)
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"
Source file:Ravl/SourceTools/CodeManager/BuildInfo.hh
User Level:Develop
Library:RavlSourceTools
In Scope:RavlN

Parent Classes: Variables:
HashC libs;
Library lookup.

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.

bool LibDepends(StringC & lib,DListC<StringC> & list,HSetC<StringC> & done)
List libraries the named library depends on.

#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:30 2002