Public Member Functions |
Static Public Attributes |
Protected Member Functions |
List of all members
HPS::SprocketControl Class Reference
Inheritance diagram for HPS::SprocketControl:

Public Member Functions | |
HPS::Type | ObjectType () const |
![]() | |
Sprocket (Sprocket &&in_that) | |
![]() | |
virtual bool | Empty () const |
intptr_t | GetClassID () const |
intptr_t | GetInstanceID () const |
bool | HasType (HPS::Type in_mask) const |
Object (Object const &that) | |
Object (Object &&in_that) | |
Object & | operator= (Object const &other_object) |
Object & | operator= (Object &&in_that) |
virtual void | Reset () |
virtual HPS::Type | Type () const |
Static Public Attributes | |
static const HPS::Type | staticType = HPS::Type::SprocketControl |
![]() | |
static const HPS::Type | staticType = HPS::Type::None |
Protected Member Functions | |
SprocketControl & | operator= (SprocketControl &&in_that) |
SprocketControl (SprocketControl &&in_that) | |
Additional Inherited Members | |
![]() | |
template<typename T > | |
static intptr_t | ClassID () |
Constructor & Destructor Documentation
◆ SprocketControl()
|
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.
- Parameters
-
in_that An rvalue reference to a SprocketControl to take the impl from.
Member Function Documentation
◆ ObjectType()
|
inlinevirtual |
This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object).
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS::Object.
Reimplemented in HPS::AnimationControl, HPS::AxisTriadControl, HPS::NavigationCubeControl, and HPS::OperatorControl.
◆ operator=()
|
inlineprotected |
The move assignment operator transfers the underlying impl of the rvalue reference to this SprocketControl thereby avoiding a copy.
- Parameters
-
in_that An rvalue reference to an SprocketControl to take the impl from.
- Returns
- A reference to this SprocketControl.
The documentation for this class was generated from the following file:
- include/sprk.h