TT CORE SDK 2.0.1.1
TT CORE SDK documentation
Loading...
Searching...
No Matches
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 charGetName () const =0
 
- 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
 

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

◆ CustomerProfile() [2/2]

ttsdk::CustomerProfile::CustomerProfile ( CustomerProfile && )
protecteddelete

Member Function Documentation

◆ 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

◆ operator=()

CustomerProfile & ttsdk::CustomerProfile::operator= ( CustomerProfile && )
protecteddelete

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