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

  PUBLIC
AutoPortSourceBodyC::AutoPortSourceBodyC(StringC &)
AutoPortSourceBodyC::ScanTree(StringC &)
AutoPortSourceBodyC::ScanDirectory(StringC &,DefsMkFileC &)
AutoPortSourceBodyC::Unix2Dos(const StringC &,const StringC &)
AutoPortSourceBodyC::Dos2Unix(const StringC &,const StringC &)
AutoPortSourceBodyC::SetVerbose(bool)
AutoPortSourceBodyC::Libs(void)
AutoPortSourceBodyC::Mains(void)
AutoPortSourceBodyC::Tests(void)
AutoPortSourceBodyC::Examples(void)
RCBodyVC::Save(ostream &) const
RCBodyVC::Save(BinOStreamC &) const
RCBodyVC::Copy(void) const
RCBodyVC::DeepCopy(UIntT) const
RCBodyC::References(void) const
RCBodyC::Copy(void) const
RCBodyC::DeepCopy(UIntT) const
RCBodyC::IncRefCounter(void)
RCBodyC::DecRefCounter(void)

   AutoPortSourceBodyC   
 
Code Porter Body
 
include "Ravl/SourceTools/AutoPortSource.hh"
User Level:Develop
In Scope:RavlN

Parent Classes: Variables:
Methods:
AutoPortSourceBodyC(StringC & where)
Constructor.

bool ScanTree(StringC & where)
Scan a tree for info.

bool ScanDirectory(StringC & where,DefsMkFileC & defs)
Scan the contents of the directory.

bool Unix2Dos(const StringC & src,const StringC & vcpp)
Update a file.
vcpp, is the file in the Visual C++ tree. src, is the unix version.



bool Dos2Unix(const StringC & src,const StringC & vcpp)
Update a file.
vcpp, is the file in the Visual C++ tree. src, is the unix version.



void SetVerbose(bool val)
Set verbose flag.

HashC<StringC,LibInfoC> & Libs()
Access table of libraries.

DListC<ProgInfoC> & Mains()
Main programs in tree.

DListC<ProgInfoC> & Tests()
Test programs.

DListC<ProgInfoC> & Examples()
Examples programs.

#include "Ravl/RCHandleV.hh"
bool Save(ostream & out) const
Save to stream 'out'.

bool Save(BinOStreamC & out) const
Save to binary stream 'out'.

RCBodyVC & 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.

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