TT CORE SDK 2.0.2.1
TT CORE SDK documentation
ttsdk::UserParamDefinition Class Referenceabstract

#include <algo_definition.h>

Inheritance diagram for ttsdk::UserParamDefinition:
Collaboration diagram for ttsdk::UserParamDefinition:

Public Member Functions

virtual const char * GetDisplayName () const noexcept=0
virtual const char * GetName () const noexcept=0
virtual UserDataType GetDataType () const noexcept=0
 UserParamDefinition ()
 ~UserParamDefinition ()
int dec_ref () const
void inc_ref () const
virtual void del_ref () const

Detailed Description

BETA FEATURE - This is part of the beta support of Algos in the CORE SDK and is subject to change based on user feedback. Please make note of this if you choose to use it.

Definition at line 29 of file algo_definition.h.

Constructor & Destructor Documentation

◆ UserParamDefinition()

ttsdk::UserParamDefinition::UserParamDefinition ( )
inlineexplicit

Definition at line 36 of file algo_definition.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ~UserParamDefinition()

ttsdk::UserParamDefinition::~UserParamDefinition ( )
inline

Definition at line 37 of file algo_definition.h.

Member Function Documentation

◆ dec_ref()

int ttsdk::shared_base::dec_ref ( ) const
inherited

◆ del_ref()

virtual void ttsdk::shared_base::del_ref ( ) const
virtualinherited

◆ GetDataType()

virtual UserDataType ttsdk::UserParamDefinition::GetDataType ( ) const
pure virtualnoexcept
Here is the call graph for this function:
Here is the caller graph for this function:

◆ GetDisplayName()

virtual const char * ttsdk::UserParamDefinition::GetDisplayName ( ) const
pure virtualnoexcept

◆ GetName()

virtual const char * ttsdk::UserParamDefinition::GetName ( ) const
pure virtualnoexcept
Here is the call graph for this function:
Here is the caller graph for this function:

◆ inc_ref()

void ttsdk::shared_base::inc_ref ( ) const
inherited

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