TT CORE SDK 2.0.1.1
TT CORE SDK documentation
|
#include <algo_definition.h>
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 () | |
Public Member Functions inherited from ttsdk::shared_base | |
shared_base () | |
virtual | ~shared_base () |
int | dec_ref () const |
void | inc_ref () const |
virtual void | del_ref () const |
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.
|
inlineexplicit |
Definition at line 36 of file algo_definition.h.
|
inline |
Definition at line 37 of file algo_definition.h.
|
pure virtualnoexcept |