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

#include <customer_profile.h>

Inheritance diagram for ttsdk::CustomerProfileCollection:
Collaboration diagram for ttsdk::CustomerProfileCollection:

Public Member Functions

virtual ~CustomerProfileCollection ()=default
virtual size_t GetCount () const =0
virtual CustomerProfilePtr GetCustomerProfile (const uint32_t index) const =0
virtual CustomerProfilePtr GetCustomerProfile (const char *const name) const =0
int dec_ref () const
void inc_ref () const
virtual void del_ref () const

Protected Member Functions

 CustomerProfileCollection ()=default
 CustomerProfileCollection (const CustomerProfileCollection &)=delete
CustomerProfileCollectionoperator= (const CustomerProfileCollection &)=delete
 CustomerProfileCollection (CustomerProfileCollection &&)=delete
CustomerProfileCollectionoperator= (CustomerProfileCollection &&)=delete

Detailed Description

Definition at line 43 of file customer_profile.h.

Constructor & Destructor Documentation

◆ ~CustomerProfileCollection()

virtual ttsdk::CustomerProfileCollection::~CustomerProfileCollection ( )
virtualdefault

◆ CustomerProfileCollection() [1/3]

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

◆ CustomerProfileCollection() [2/3]

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

◆ CustomerProfileCollection() [3/3]

ttsdk::CustomerProfileCollection::CustomerProfileCollection ( CustomerProfileCollection && )
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

◆ GetCount()

virtual size_t ttsdk::CustomerProfileCollection::GetCount ( ) const
pure virtual

◆ GetCustomerProfile() [1/2]

virtual CustomerProfilePtr ttsdk::CustomerProfileCollection::GetCustomerProfile ( const char *const name) const
pure virtual

◆ GetCustomerProfile() [2/2]

virtual CustomerProfilePtr ttsdk::CustomerProfileCollection::GetCustomerProfile ( const uint32_t index) const
pure virtual

◆ inc_ref()

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

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