Public Member Functions | |
HPS::Type | ObjectType () const |
SprocketControl (HPS::SprocketControl const &in_that)=default | |
![]() | |
Sprocket (HPS::Sprocket const &in_that)=default | |
Sprocket (Sprocket &&in_that) | |
![]() | |
Object (Object const &that) | |
Object & | operator= (Object const &other_object) |
Object (Object &&in_that) | |
Object & | operator= (Object &&in_that) |
HPS::Type | Type () const |
virtual bool | Empty () const |
virtual void | Reset () |
bool | HasType (HPS::Type in_mask) const |
intptr_t | GetClassID () const |
intptr_t | GetInstanceID () const |
Protected Member Functions | |
SprocketControl (SprocketControl &&in_that) | |
SprocketControl & | operator= (SprocketControl &&in_that) |
Additional Inherited Members | |
![]() | |
enum | UpdateType { Synchronous, Asynchronous } |
![]() | |
template<typename T > | |
static intptr_t | ClassID () |
|
inlineprotected |
The move constructor creates a SprocketControl by transferring the underlying impl of the rvalue reference to this SprocketControl thereby avoiding a copy and allocation.
in_that | An rvalue reference to a SprocketControl to take the impl from. |
|
inlinevirtual |
This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object.
Reimplemented from HPS::Object.
Reimplemented in HPS::AxisTriadControl, HPS::NavigationCubeControl, and HPS::OperatorControl.
|
inlineprotected |
The move assignment operator transfers the underlying impl of the rvalue reference to this SprocketControl thereby avoiding a copy.
in_that | An rvalue reference to an SprocketControl to take the impl from. |