|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Parent Classes:
Methods:
- VLSubstSetC()
-
Default constructor.
Will create an invalid handle.
- VLSubstSetC(BooleanT makebod)
-
Constructor.
- VLSubstSetC(const VLBindLst & oth)
-
Construct from bind list,
see Add(VLBindLst &).
- VLSubstSet & Body()
-
Access body.
- const VLSubstSet & Body() const
-
Access body.
- void Add(const VLBindLst & oth)
-
Add a set of subsitutions that convert
Valiables -> Values
- void ReverseAdd(const VLBindLst & oth)
-
Add a set of subsitutions that convert
Values -> Valiables
- BooleanT Add(const VLSymbC & who,const VLSymbC & with)
-
Add a subsitution.
- BooleanT AddRec(const VLSymbC & who,const VLSymbC & with)
-
Add a subsitution, 'Who' for 'With'
- void Del(const VLSymbC & who)
-
Remove subsitution for 'Who'.
- VLSymbC Subst(const VLSymbC & which) const
-
Run which through subsititions,
if none return Which.
- BooleanT IsSubst(const VLSymbC & which) const
-
Is substitued ?
- void Dump(void) const
-
Dump to stdout.
- BooleanT SubIsMember(const VLSymbC & symb) const
-
Test if symbole has substituion.
- VLSymbC SubGet(const VLSymbC & symb) const
-
Get substituion for symbol.
- BooleanT SubAdd(const VLSymbC & symb,const VLSymbC & newun)
-
Add substitution
- VLSubstBase & Body()
-
Access body.
- const VLSubstBase & Body() const
-
Access body.
- 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<VLSubstBase> & operator=(const RCHandleC<VLSubstBase> & oth)
-
Assignment.
- BooleanT operator==(const RCHandleC<VLSubstBase> & oth) const
-
Comparison operator.
- BooleanT operator!=(const RCHandleC<VLSubstBase> & 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.
- VLSubstBase & Body()
-
Direct access to body.
- const VLSubstBase & Body() const
-
Constant access to body.
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|