Developer Documentation
RAVL, Recognition And Vision Library
USER HOME PAGE CLASS LIST CONTENTS
Ravl - Logic - LiteralIterWrapC<class IterT>
 

  PUBLIC
LiteralIterWrapC::LiteralIterWrapC(const IterT &)
LiteralIterWrapC::LiteralIterWrapC(const IterT &,const BindSetC &)
LiteralIterWrapC::LiteralIterWrapC(LiteralIterWrapBodyC &)
LiteralIterWrapC::Body(void)
LiteralIterWrapC::Body(void) const
LiteralIterWrapC::Iter(void)
LiteralIterWrapC::Iter(void) const
LiteralIterC::Body(void)
LiteralIterC::Body(void) const
LiteralIterC::Next(void)
LiteralIterC::operator ++(int)
LiteralIterC::First(void)
LiteralIterC::IsElm(void) const
LiteralIterC::operator bool(void) const
LiteralIterC::Data(void)
LiteralIterC::operator *(void)
LiteralIterC::Binds(void)
LiteralIterC::Binds(void) const
RCHandleC::operator =(const RCHandleC &)
RCHandleC::DeepCopy(UIntT) const
RCHandleC::operator ==(const RCHandleC &) const
RCHandleC::operator !=(const RCHandleC &) const
RCHandleC::Hash(void) const
RCHandleC::IsValid(void) const
RCHandleC::Invalidate(void)
RCHandleC::IsHandleType(const DT &) const
RCHandleC::CheckHandleType(const DT &) const
RCHandleC::Body(void)
RCHandleC::Body(void) const
RCHandleC::References(void) const
RCHandleC::operator <<(ostream &,const RCHandleC &)
RCHandleC::operator >>(istream &,RCHandleC &)

   LiteralIterWrapC<class IterT>   
 
Wrap a simple iterator with one derived from LiteralIterC.
 
include "Ravl/Logic/LiteralIterWrap.hh"
Source file:Ravl/Logic/Base/LiteralIterWrap.hh
User Level:Advanced
Library:RavlLogic
In Scope:RavlLogicN

Comments:
This can intended to be used with class such as DLIterC, Array1dIterC.

Parent Classes: Methods:
LiteralIterWrapC(const IterT & nit)
Constructor.

LiteralIterWrapC(const IterT & nit,const BindSetC & nbs)
Constructor.

LiteralIterWrapC(LiteralIterWrapBodyC<IterT> & bod)
Body constructor.

LiteralIterWrapBodyC<IterT> & Body()
Access body.

const LiteralIterWrapBodyC<IterT> & Body() const
Access body.

IterT & Iter()
Access iterator.

const IterT & Iter() const
Access iterator.

#include "Ravl/Logic/LiteralIter.hh"
LiteralIterBodyC & Body()
Access body.

const LiteralIterBodyC & Body() const
Access body.

bool Next()
Goto next data element.
returns true if next element is valid.

bool operator ++(int)
Goto next data element.
returns true if next element is valid.

bool First()
Goto first data element.
returns true if next element is valid.

bool IsElm() const
At a valid element ?
returns true if iterator is at a valid element.

operator bool() const
At a valid element ?
returns true if iterator is at a valid element.

LiteralC Data()
At a valid element.

LiteralC operator *()
Goto next data element.
returns true if next element is valid.

BindSetC & Binds()
Access binds associated with solution.

const BindSetC & Binds() const
Access binds associated with solution.

#include "Ravl/RefCounter.hh"
const RCHandleC<LiteralIterBodyC> & operator =(const RCHandleC<LiteralIterBodyC> & oth)
Assign handle.

RCHandleC<LiteralIterBodyC> DeepCopy(UIntT levels = ((UIntT))) const
Do a deep copy of the object.

bool operator ==(const RCHandleC<LiteralIterBodyC> & oth) const
Are handles to the same object ?

bool operator !=(const RCHandleC<LiteralIterBodyC> & oth) const
Are handles to different objects ?

UIntT Hash() const
Default hash function.
This hashes on the address of the body.

bool IsValid() const
Test if this is a valid handle.

void Invalidate()
Invalidate this handle.
Unattaches the body from the handle.

bool IsHandleType(const DT &) const
Is handle of given type ?

void CheckHandleType(const DT & dummy) const
Check handle type. Throw an expception if not.

LiteralIterBodyC & Body()
Access body of object.

const LiteralIterBodyC & Body() const
Constant access to body of object.

UIntT References() const
Find the number of references to the body of this object.

ostream & operator <<(ostream & strm,const RCHandleC<LiteralIterBodyC> & obj)

istream & operator >>(istream & strm,RCHandleC<LiteralIterBodyC> & obj)


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