|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Parent Classes:
Derived Classes:
Methods:
- VLCIndNodeC()
-
Default Constructor,
creates an invalid node.
- VLCIndNodeC(const VLCIndNodeC & oth)
-
Copy constructor,
- VLCIndNodeC(VLCIndNode & bod)
-
Body Constructor.
- VLCIndNode & Body()
-
Access body
- const VLCIndNode & Body() const
-
Access body
- BooleanT AddExpr(const VLExprC & cnd,const RCWrapBaseC & data,VLCIndNodeC & next)
-
Add new expression.
- BooleanT Match(const VLExprC & vle,VLBindLst & bnd,VLCIndNodeC & next) const
-
Match an VLExpr...
- BooleanT Match(const VLExprC & vle,VLCIndNodeC & next) const
-
Match an VLExpr...
Exact !!
- BooleanT Lookup(const VLSymbC & val,VLBindLst & bnd,VLCIndNodeC & next) const
-
Lookup an VLExpr...
Exact !!
- BooleanT AddIndex(const VLExprC & vle,VLCIndNodeC & next)
-
Add a new entry.
- IndexT IndexBy(void) const
-
Filed we're indexing by.
- VLSymbIterC GetNewIter(const VLSymbC & filter = VLSymbC(),const VLBindLstC & oBnd = VLBindLstC()) const
-
Get iterator
- const VLSymbC & Symb(void) const
-
Get Symbol by which index'd the last layer.
Maybe invalid if index is on type.
- VLSymbC & Symb()
-
Get Symbol by which index'd the last layer.
Maybe invalid if index is on type.
- StringC IndexByName() const
-
Type of index.
- StringC SymbName() const
-
Name of symbol
- BooleanT IsValid() const
-
Check its a valid handle.
- BooleanT IsValidObject() const
-
Check its a valid handle, and that the object is pointed to is also valid.
- RCHandleC<VLCIndNode> & operator=(const RCHandleC<VLCIndNode> & oth)
-
Assignment.
- BooleanT operator==(const RCHandleC<VLCIndNode> & oth) const
-
Comparison operator.
- BooleanT operator!=(const RCHandleC<VLCIndNode> & oth) const
-
Comparison operator.
- UIntT Hash() const
-
Hash function.x
- BooleanT IsConst() const
-
Is object constant ?
- BooleanT IsNotConst() const
-
Is object not constant ?
- void SetConst(void) const
-
Lock the object.
This is const as a convience though it actual modified the
object, often object you wish to ensure are constant already
have const set.
protected:
- void Invalidate()
-
Turn this into an invalid handle.
- VLCIndNode & Body()
-
Direct access to body.
- const VLCIndNode & Body() const
-
Constant access to body.
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|