|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
A collection of connections for one or more switches.
Parent Classes:
Methods:
- SalvoC()
-
Default constructor
Creates an invalid object.
- SalvoC(const DListC<ConnectionC> & ncons,const StringC & nusr,const DateC & nissue,const DateC & nexpire)
-
Constructor.
creates a new salvo.
- SalvoC(const StringC & nusr)
-
Constructor.
creates a new salvo.
- SalvoC(bool)
-
Constructor.
creates a new salvo.
- SalvoC Copy() const
-
Make a copy of this salvo.
- StringC & Name()
-
Name of salvo.
- DListC<ConnectionC> & Connections()
-
List of connections to made.
- StringC & User()
-
User name.
- DateC & Issue()
-
When it was issued.
- DateC & Expire()
-
When it expires.
- const StringC & Name() const
-
Name of salvo.
- const DListC<ConnectionC> & Connections() const
-
List of connections to made.
- const StringC & User() const
-
User name.
- const DateC & Issue() const
-
When it was issued.
- const DateC & Expire() const
-
When it expires.
- BooleanT operator==(const SalvoC & oth) const
-
are two salvo's the same ?
- BooleanT IsCompatible(const SalvoC & oth) const
-
Test if a salvo is compatible with this one.
- BooleanT IsCompatible(const ConnectionC & oth) const
-
Test if a connection is compatible with this one.
- BooleanT IsConnected(const ConnectionC & oth) const
-
Test if a connection is compatible with this one.
- 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<SalvoBodyC> & operator=(const RCHandleC<SalvoBodyC> & oth)
-
Assignment.
- BooleanT operator==(const RCHandleC<SalvoBodyC> & oth) const
-
Comparison operator.
- BooleanT operator!=(const RCHandleC<SalvoBodyC> & 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.
- SalvoBodyC & Body()
-
Direct access to body.
- const SalvoBodyC & Body() const
-
Constant access to body.
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|