Base Framework
|
Orb skeleton reference. More...
#include <base/rmi/OrbReference.h>
Inherits Object.
Public Member Functions | |
OrbReference (uint64 _id) | |
OrbReference (const OrbReference ©) noexcept | |
OrbReference & | operator= (const OrbReference &assign) noexcept |
bool | operator== (const OrbReference &compare) const noexcept |
bool | operator!= (const OrbReference &compare) const noexcept |
uint64 | getId () const noexcept |
Orb skeleton reference.
Direct reference to a skeleton object within a local address space.
|
inline |
Initializes the object reference.
|
inlinenoexcept |
Initializes reference by reference.
|
inlinenoexcept |
Returns the skeleton reference value.
|
inlinenoexcept |
Returns true if the objects are non-equal.
|
inlinenoexcept |
Assignment of reference be reference.
|
inlinenoexcept |
Returns true if the objects are equal.