Public Member Functions |
Static Public Attributes |
Protected Member Functions |
List of all members
HPS::Kit Class Reference
#include <hps.h>
Inheritance diagram for HPS::Kit:

Public Member Functions | |
HPS::Type | ObjectType () const |
virtual HPS::Type | Type () const |
![]() | |
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 () |
Static Public Attributes | |
static const HPS::Type | staticType = HPS::Type::Kit |
![]() | |
static const HPS::Type | staticType = HPS::Type::None |
Protected Member Functions | |
Kit (Kit &&in_that) | |
Kit & | operator= (Kit &&in_that) |
Additional Inherited Members | |
![]() | |
template<typename T > | |
static intptr_t | ClassID () |
Detailed Description
The Kit class is the base class for all Visualize kits.
Constructor & Destructor Documentation
|
inlineprotected |
Member Function Documentation
|
inlinevirtual |
This function returns the true type of the underlying object. This function is useful for finding the type of smart pointer objects that have been cast to more generic types.
- Warning
- This function must synchronize the database (by waiting for all pending database operations to complete) in order to know the type status of this object with certainty. Therefore this function can negatively impact performance. You should vigorously avoid using this function in high-traffic or peformance-critical areas of your code.
- Returns
- The true type of the object in question.
Reimplemented from HPS::Object.
The documentation for this class was generated from the following file:
- include/hps.h