< Home

< Table of Contents

REFERENCE MANUAL

SprocketControl Class Reference
Inheritance diagram for SprocketControl:
Sprocket Object AxisTriadControl NavigationCubeControl OperatorControl

Public Member Functions

Type ObjectType () const
 
- Public Member Functions inherited from Sprocket
 Sprocket (Sprocket &&in_that)
 
- Public Member Functions inherited from Object
virtual bool Empty () const
 
intptr_t GetClassID () const
 
intptr_t GetInstanceID () const
 
bool HasType (Type in_mask) const
 
 Object (Object &&in_that)
 
Objectoperator= (Object const &other_object)
 
Objectoperator= (Object &&in_that)
 
virtual void Reset ()
 
Type Type () const
 

Protected Member Functions

SprocketControloperator= (SprocketControl &&in_that)
 
 SprocketControl (SprocketControl &&in_that)
 

Additional Inherited Members

- Public Types inherited from Sprocket
enum  UpdateType { Synchronous, Asynchronous }
 
- Static Public Member Functions inherited from Object
template<typename T >
static intptr_t ClassID ()
 

Constructor & Destructor Documentation

SprocketControl::SprocketControl ( SprocketControl &&  in_that)
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_thatAn rvalue reference to a SprocketControl to take the impl from.

Member Function Documentation

Type SprocketControl::ObjectType ( ) const
inlinevirtual

This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object.

Returns
The declared type of the object in question, which may differ from the true, underlying type.

Reimplemented from Object.

Reimplemented in AxisTriadControl, NavigationCubeControl, and OperatorControl.

SprocketControl& SprocketControl::operator= ( SprocketControl &&  in_that)
inlineprotected

The move assignment operator transfers the underlying impl of the rvalue reference to this SprocketControl thereby avoiding a copy.

Parameters
in_thatAn 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: