|
ADTF
|
#include <cache_status_intf.h>
Inherits adtf::ucom::ant::IObject.
Public Member Functions | |
| ADTF_IID (ICacheStatus, "cache_status.ant.system.adtf.iid") | |
| virtual tResult | GetCacheUsage (unsigned int &nUsed, unsigned int &nCached) const =0 |
Public Member Functions inherited from adtf::ucom::ant::IObject | |
| ADTF_IID (IObject, "object.ant.ucom.adtf.iid") | |
Additional Inherited Members | |
Protected Member Functions inherited from adtf::ucom::ant::IObject | |
| ~IObject ()=default | |
| Protected destructor --> Only the final implementation can be destroyed! | |
Interface for the sample pool service.
| adtf::system::ant::ICacheStatus::ADTF_IID | ( | ICacheStatus | , |
| "cache_status.ant.system.adtf.iid" | ) |
Marks the ICacheStatus to be castable with the adtf::ucom::ant::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. |