Assimp  v4.1. (December 2018)
Assimp::STEP::ObjectHelper< TDerived, arg_count > Struct Template Reference

CRTP shared base class for use by concrete entity implementation classes. More...

Inherits Assimp::STEP::Object.

Public Member Functions

 ObjectHelper ()
 
- Public Member Functions inherited from Assimp::STEP::Object
std::string GetClassName () const
 
uint64_t GetID () const
 
 Object (const char *classname="unknown")
 
void SetID (uint64_t newval)
 
template<typename T >
const T & To () const
 
template<typename T >
T & To ()
 
template<typename T >
const T * ToPtr () const
 
template<typename T >
T * ToPtr ()
 
virtual ~Object ()
 

Static Public Member Functions

static ObjectConstruct (const STEP::DB &db, const EXPRESS::LIST &params)
 

Public Attributes

std::bitset< arg_count > aux_is_derived
 

Detailed Description

template<typename TDerived, size_t arg_count>
struct Assimp::STEP::ObjectHelper< TDerived, arg_count >

CRTP shared base class for use by concrete entity implementation classes.

Constructor & Destructor Documentation

◆ ObjectHelper()

template<typename TDerived, size_t arg_count>
Assimp::STEP::ObjectHelper< TDerived, arg_count >::ObjectHelper ( )
inline

Member Function Documentation

◆ Construct()

template<typename TDerived, size_t arg_count>
static Object* Assimp::STEP::ObjectHelper< TDerived, arg_count >::Construct ( const STEP::DB db,
const EXPRESS::LIST params 
)
inlinestatic

Member Data Documentation

◆ aux_is_derived

template<typename TDerived, size_t arg_count>
std::bitset<arg_count> Assimp::STEP::ObjectHelper< TDerived, arg_count >::aux_is_derived

The documentation for this struct was generated from the following file: