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

#include <customer_profile.h>

Inheritance diagram for ttsdk::CustomerProfile:
Collaboration diagram for ttsdk::CustomerProfile:

Public Member Functions

virtual ~CustomerProfile ()=default
virtual uint64_t GetId () const =0
virtual uint64_t GetCompanyId () const =0
virtual const char * GetName () const =0
int dec_ref () const
void inc_ref () const
virtual void del_ref () const

Protected Member Functions

 CustomerProfile ()=default
 CustomerProfile (CustomerProfile &&)=delete
CustomerProfileoperator= (CustomerProfile &&)=delete

Detailed Description

Definition at line 23 of file customer_profile.h.

Constructor & Destructor Documentation

◆ ~CustomerProfile()

virtual ttsdk::CustomerProfile::~CustomerProfile ( )
virtualdefault

◆ CustomerProfile() [1/2]

ttsdk::CustomerProfile::CustomerProfile ( )
protecteddefault
Here is the caller graph for this function:

◆ CustomerProfile() [2/2]

ttsdk::CustomerProfile::CustomerProfile ( CustomerProfile && )
protecteddelete
Here is the call graph for this function:

Member Function Documentation

◆ dec_ref()

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

◆ del_ref()

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

◆ GetCompanyId()

virtual uint64_t ttsdk::CustomerProfile::GetCompanyId ( ) const
pure virtual

◆ GetId()

virtual uint64_t ttsdk::CustomerProfile::GetId ( ) const
pure virtual

◆ GetName()

virtual const char * ttsdk::CustomerProfile::GetName ( ) const
pure virtual

◆ inc_ref()

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

◆ operator=()

CustomerProfile & ttsdk::CustomerProfile::operator= ( CustomerProfile && )
protecteddelete
Here is the call graph for this function:

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