client-cpp  0.7.0
kaa::IProfileContainer Class Referenceabstract

The interface for the profile container. More...

#include <IProfileContainer.hpp>

+ Inheritance diagram for kaa::IProfileContainer:

Public Member Functions

virtual KaaProfile getProfile ()=0
 Retrieves the filled-in profile instance. More...
 
virtual ~IProfileContainer ()
 

Detailed Description

The interface for the profile container.

Definition at line 29 of file IProfileContainer.hpp.

Constructor & Destructor Documentation

virtual kaa::IProfileContainer::~IProfileContainer ( )
inlinevirtual

Definition at line 40 of file IProfileContainer.hpp.

Member Function Documentation

virtual KaaProfile kaa::IProfileContainer::getProfile ( )
pure virtual

Retrieves the filled-in profile instance.

Returns
profile instance.

Implemented in DefaultProfileContainer.


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