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

  PUBLIC
LibInfoBodyC::LibInfoBodyC(const StringC &,bool)
LibInfoBodyC::Add(DefsMkFileC &,const StringC &)
LibInfoBodyC::Name(void) const
LibInfoBodyC::UsesLibs(void)
LibInfoBodyC::Sources(void)
LibInfoBodyC::Headers(void)
LibInfoBodyC::IsDummy(void) const
LibInfoBodyC::MustLink(void) const
RCBodyC::References(void) const
RCBodyC::Copy(void) const
RCBodyC::DeepCopy(UIntT) const
RCBodyC::IncRefCounter(void)
RCBodyC::DecRefCounter(void)

   LibInfoBodyC   
 
Information about library.
 
include "Ravl/SourceTools/LibInfo.hh"
User Level:Develop
Library:RavlSourceTools
In Scope:RavlN

Parent Classes: Variables:
Methods:
LibInfoBodyC(const StringC & ln,bool isDummy = false)
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 library name.

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

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

DListC<HeaderInfoC> Headers()
Headers for the library.

bool IsDummy() const
Is this a dummy library ?

const StringC & MustLink() const
Required object file.
If none this is an empty string.

#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