LibGimbal  1.0.0
Ultimate C17/C++20 Cross-Language Runtime Framework and Meta Type System
InstanceBase< CRTP > Class Template Reference

#include <gimbal_instance.hpp>

Inheritance diagram for InstanceBase< CRTP >:

Public Member Functions

Type getType (void) const
 
ClassRef getClass (void) const
 

Protected Member Functions

GblInstanceinstance_ (void)
 
const GblInstanceinstance_ (void) const
 

Detailed Description

template<typename CRTP>
class gimbal::InstanceBase< CRTP >

Definition at line 55 of file gimbal_instance.hpp.

Member Function Documentation

◆ getClass()

ClassRef getClass ( void  ) const
inline

Definition at line 71 of file gimbal_instance.hpp.

◆ getType()

Type getType ( void  ) const
inline

Definition at line 67 of file gimbal_instance.hpp.

◆ instance_() [1/2]

GblInstance* instance_ ( void  )
inlineprotected

Definition at line 57 of file gimbal_instance.hpp.

◆ instance_() [2/2]

const GblInstance* instance_ ( void  ) const
inlineprotected

Definition at line 61 of file gimbal_instance.hpp.


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