ADTF
Loading...
Searching...
No Matches
cache_status_intf.h
Go to the documentation of this file.
1
7#pragma once
9
10namespace adtf
11{
12namespace system
13{
14namespace ant
15{
16
17
22{
23 public:
28 ADTF_IID(ICacheStatus, "cache_status.ant.system.adtf.iid");
29
30 public:
31
38 virtual tResult GetCacheUsage(unsigned int& nUsed, unsigned int& nCached) const = 0;
39};
40
41}
42
44
45}
46
47}
A_UTILS_NS::cResult tResult
For backwards compatibility and to bring latest version into scope.
Definition result.h:736
Definition cache_status_intf.h:22
virtual tResult GetCacheUsage(unsigned int &nUsed, unsigned int &nCached) const =0
ADTF_IID(ICacheStatus, "cache_status.ant.system.adtf.iid")
Namespace for all functionality of the ADTF System SDK provided since v3.0.
Definition adtf_service.h:16
Namespace for the ADTF System SDK.
Definition adtf_service.h:14
ant::IObject IObject
Alias always bringing the latest version of ant::IObject into scope.
Definition object_intf.h:109
Namespace for all functionality provided by ADTF and its SDKs.
Definition adtf_client_connector.h:14