API Search || Global Search
Inheritance diagram for HPS::SprocketKit:
HPS::Sprocket HPS::Object HPS::DWG::ImportOptionsKit HPS::Exchange::Export3MFOptionsKit HPS::Exchange::ExportACISOptionsKit HPS::Exchange::ExportIGESOptionsKit HPS::Exchange::ExportJTOptionsKit HPS::Exchange::ExportParasolidOptionsKit HPS::Exchange::ExportPRCOptionsKit HPS::Exchange::ExportSTEPOptionsKit HPS::Exchange::ExportSTLOptionsKit HPS::Exchange::ExportU3DOptionsKit HPS::Exchange::ExportXMLOptionsKit HPS::Exchange::ImportOptionsKit HPS::Exchange::ModelFileImportOptionsKit HPS::Exchange::NURBSConversionOptionsKit HPS::Exchange::TessellationOptionsKit HPS::Exchange::TranslationOptionsKit HPS::Parasolid::ExportOptionsKit HPS::Parasolid::FacetTessellationKit HPS::Parasolid::ImportOptionsKit HPS::Parasolid::LineTessellationKit HPS::Publish::AnnotationKit HPS::Publish::ArtworkKit HPS::Publish::ButtonKit HPS::Publish::CheckBoxKit HPS::Publish::DocumentKit HPS::Publish::DropDownListKit HPS::Publish::ExportOptionsKit HPS::Publish::ImageKit HPS::Publish::LinkKit HPS::Publish::ListBoxKit HPS::Publish::PageKit HPS::Publish::RadioButtonKit HPS::Publish::SignatureFieldKit HPS::Publish::SlideTableKit HPS::Publish::TableKit HPS::Publish::TextFieldKit HPS::Publish::TextKit HPS::Publish::ViewKit HPS::Sketchup::ImportOptionsKit HPS::Sketchup::ImportResultsKit

Public Member Functions

HPS::Type ObjectType () const
 
- Public Member Functions inherited from HPS::Sprocket
 Sprocket (Sprocket &&in_that)
 
- Public Member Functions inherited from HPS::Object
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)
 
Objectoperator= (Object const &other_object)
 
Objectoperator= (Object &&in_that)
 
virtual void Reset ()
 
virtual HPS::Type Type () const
 

Static Public Attributes

static const HPS::Type staticType = HPS::Type::SprocketKit
 
- Static Public Attributes inherited from HPS::Object
static const HPS::Type staticType = HPS::Type::None
 

Protected Member Functions

SprocketKitoperator= (SprocketKit &&in_that)
 
 SprocketKit (SprocketKit &&in_that)
 

Additional Inherited Members

- Static Public Member Functions inherited from HPS::Object
template<typename T >
static intptr_t ClassID ()
 

Constructor & Destructor Documentation

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

Member Function Documentation

SprocketKit& HPS::SprocketKit::operator= ( SprocketKit &&  in_that)
inlineprotected

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

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