This class is the base class of reference owners to a single class.
|
|
SBCReferenceToTarget | referenceToTarget |
| |
|
virtual void | print () const |
| |
|
unsigned int | getMemoryFootprint () const |
| |
|
virtual void | detachReferenceTarget () |
| |
|
|
bool | isValid () const |
| | Returns true if and only if the reference target is non null.
|
| |
|
void | setReferenceTarget (SBCReferenceTarget *referenceTarget) |
| | Sets the reference target.
|
| |
|
SBCReferenceTarget * | getReferenceTarget () const |
| | Returns the reference target.
|
| |
|
virtual void | deleteReferenceTarget () |
| | Deletes the reference target.
|
| |
|
|
| SBCReferenceOwner () |
| | Constructs a reference owner.
|
| |
|
virtual | ~SBCReferenceOwner () |
| | Destructs the reference owner.
|
| |