Refureku v2.2.0
C++17 runtime reflection library.
rfk::TemplateParameter Class Reference
Inheritance diagram for rfk::TemplateParameter:
rfk::NonTypeTemplateParameter rfk::TemplateTemplateParameter rfk::TypeTemplateParameter

Public Member Functions

 TemplateParameter (TemplateParameter const &)=delete
 
 TemplateParameter (TemplateParameter &&)=delete
 
RFK_NODISCARD REFUREKU_API char const * getName () const noexcept
 Get the name of the template parameter. More...
 
RFK_NODISCARD REFUREKU_API ETemplateParameterKind getKind () const noexcept
 Get the kind of this template parameter. Depending on the kind, the template parameter can safely be cast to a more concrete type to retrieve more information about the parameter. More...
 

Protected Member Functions

REFUREKU_INTERNAL TemplateParameter (TemplateParameterImpl *implementation) noexcept
 

Member Function Documentation

◆ getKind()

RFK_NODISCARD REFUREKU_API ETemplateParameterKind rfk::TemplateParameter::getKind ( ) const
noexcept

Get the kind of this template parameter. Depending on the kind, the template parameter can safely be cast to a more concrete type to retrieve more information about the parameter.

Returns
The kind of this template parameter.

◆ getName()

RFK_NODISCARD REFUREKU_API char const * rfk::TemplateParameter::getName ( ) const
noexcept

Get the name of the template parameter.

Returns
The name of the template parameter.

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