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

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::SprocketKit |
![]() | |
static const HPS::Type | staticType = HPS::Type::None |
Protected Member Functions | |
SprocketKit & | operator= (SprocketKit &&in_that) |
SprocketKit (SprocketKit &&in_that) | |
Additional Inherited Members | |
![]() | |
template<typename T > | |
static intptr_t | ClassID () |
Constructor & Destructor Documentation
|
inlineprotected |
The move constructor creates a SprocketKit by transferring the underlying impl of the rvalue reference to this SprocketKit thereby avoiding a copy and allocation.
- Parameters
-
in_that An rvalue reference to a SprocketKit to take the impl from.
Member Function Documentation
|
inlineprotected |
The move assignment operator transfers the underlying impl of the rvalue reference to this SprocketKit thereby avoiding a copy.
- Parameters
-
in_that An rvalue reference to an SprocketKit to take the impl from.
- Returns
- A reference to this SprocketKit.
The documentation for this class was generated from the following file:
- include/sprk.h