Interface for the sample pool service. More...
#include <cache_status_intf.h>
Public Member Functions | |
ADTF_IID (ICacheStatus, "cache_status.ant.system.adtf.iid") | |
Marks the ICacheStatus to be castable with the ucom_cast. | |
virtual tResult | GetCacheUsage (unsigned int &nUsed, unsigned int &nCached) const =0 |
Information about the current status of the cache. | |
![]() | |
ADTF_IID (IObject, "object.ant.ucom.adtf.iid") | |
Marks the IObject to be castable with the ucom_cast() | |
Additional Inherited Members | |
![]() | |
~IObject ()=default | |
Protected destructor --> Only the final implementation can be destroyed! | |
Interface for the sample pool service.
Definition at line 21 of file cache_status_intf.h.
ADTF_IID | ( | ICacheStatus | , |
"cache_status.ant.system.adtf.iid" | ) |
Marks the ICacheStatus to be castable with the ucom_cast.
|
pure virtual |
Information about the current status of the cache.
[out] | nUsed | The number of elements in use. |
[out] | nCached | The number of cached elements. |