A reference to an optional content group.
More...
#include <optionalcontent.h>
|
virtual bool | equals (const IOptionalContentGroupReferencePtr &reference) const =0 |
| Does the given reference point to the same group as this reference?
|
|
virtual void | addRef () const =0 |
| Increases the reference count of the actual object pointed to. This would take place during an assignment or copying.
|
|
virtual bool | decRef () const =0 |
| Decreases the reference count of the actual object pointed to. When the reference count falls to Zero, it deletes the actual object pointed to.
|
|
virtual int32 | getRefCount () const =0 |
| Retrieve the current reference count of the actual object pointed to.
|
|
virtual uint64 | hash () const |
| Obtain a 64-bit hash of the receiving object.
|
|
virtual void | updateHash (uint64 &hash) const =0 |
| Update the given hash to include the receiver.
|
|
|
virtual | ~IRCObject () |
| Virtual destructor.
|
|
A reference to an optional content group.
◆ equals()
virtual bool JawsMako::IOptionalContentGroupReference::equals |
( |
const IOptionalContentGroupReferencePtr & | reference | ) |
const |
|
pure virtual |
Does the given reference point to the same group as this reference?
- Parameters
-
reference | The reference to compare with. |
- Returns
- bool True if the references are equal, false otherwise.
The documentation for this class was generated from the following file: