TT CORE SDK 2.0.1.1
TT CORE SDK documentation
Loading...
Searching...
No Matches
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
 
- 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

 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

◆ CustomerProfileCollection() [2/3]

ttsdk::CustomerProfileCollection::CustomerProfileCollection ( const CustomerProfileCollection & )
protecteddelete

◆ CustomerProfileCollection() [3/3]

ttsdk::CustomerProfileCollection::CustomerProfileCollection ( CustomerProfileCollection && )
protecteddelete

Member Function Documentation

◆ 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

◆ operator=() [1/2]

CustomerProfileCollection & ttsdk::CustomerProfileCollection::operator= ( const CustomerProfileCollection & )
protecteddelete

◆ operator=() [2/2]

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

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