User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
Ravl - Logic - Index - LiteralIndexIterC<class DataT>
 

  PUBLIC
LiteralIndexIterC::LiteralIndexIterC(void)
LiteralIndexIterC::LiteralIndexIterC(const LiteralIndexC &)
LiteralIndexIterC::Data(void)
LiteralIndexIterC::Next(void)
LiteralIndexIterC::IsElm(void) const
LiteralIndexIterC::First(void)
LiteralIndexIterC::operator ->(void)
LiteralIndexIterC::MappedData(void)
LiteralIndexIterC::MappedData(void) const
LiteralMapIterBodyC::MappedData(void)
LiteralMapIterBodyC::MappedData(void) const
LiteralIndexBaseIterC::Next(void)
LiteralIndexBaseIterC::operator ++(void)
LiteralIndexBaseIterC::IsElm(void) const
LiteralIndexBaseIterC::operator bool(void) const
LiteralIndexBaseIterC::Key(void) const
LiteralIndexBaseIterC::Data(void)
LiteralIndexBaseIterC::Data(void) const
LiteralIndexBaseIterC::First(void)
LiteralIterBodyC::Next(void)
LiteralIterBodyC::First(void)
LiteralIterBodyC::IsElm(void) const
LiteralIterBodyC::Data(void)
LiteralIterBodyC::Binds(void)
LiteralIterBodyC::Binds(void) const
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)

   LiteralIndexIterC<class DataT>   
 
Iterate through the entire contents of LiteralIndexC.
 
include "Ravl/Logic/LiteralIndexIter.hh"
User Level:Normal
Library:RavlLogic
In Scope:RavlLogicN

Parent Classes: Methods:
LiteralIndexIterC()
Default constructor.

LiteralIndexIterC(const LiteralIndexC<DataT> & ind)
Constructor.

LiteralC Data()
At a valid element.

bool Next()
Goto next item.

bool IsElm() const
At valid element ?

bool First()
Goto first element in map

DataT * operator ->()
Access data.

DataT & MappedData()
Access data.

const DataT & MappedData() const
Access data.

#include "Ravl/Logic/LiteralMapIter.hh"
DataT & MappedData()
Access data.

const DataT & MappedData() const
Access data.

#include "Ravl/Logic/LiteralIndexIter.hh"
bool Next()
Goto next element.
returns true if its valid.

void operator ++()
Goto next element

bool IsElm() const
At a valid element ?

operator bool() const
At a valid element ?

const LiteralC & Key(void) const
Get key for current item.

LiteralIndexLeafC & Data()
Access data.

const LiteralIndexLeafC & Data() const
Access data.

bool First()
Goto first element.

#include "Ravl/Logic/LiteralIter.hh"
bool Next()
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.

LiteralC Data()
Get current literal.

BindSetC & Binds()
Access binds associated with solution.

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

#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