CCIMXDesktop
 
Loading...
Searching...
No Matches
CCIMX_AbstractMemoryInfoDriver Class Referenceabstract

The CCIMX_AbstractMemoryInfoDriver class Abstract base class for platform-specific memory information drivers. Provides interface to fetch memory statistics. More...

#include <MemoryInfoFetcher.h>

Inheritance diagram for CCIMX_AbstractMemoryInfoDriver:
LinuxPlatformMemoryInfoDriver Win32PlatformMemoryInfoDriver

Public Member Functions

virtual void factory (MemoryInfoFetcher::MemoryStat &stat)=0
 factory Populate the MemoryStat structure with current memory info.
 

Detailed Description

The CCIMX_AbstractMemoryInfoDriver class Abstract base class for platform-specific memory information drivers. Provides interface to fetch memory statistics.

Member Function Documentation

◆ factory()

virtual void CCIMX_AbstractMemoryInfoDriver::factory ( MemoryInfoFetcher::MemoryStat stat)
pure virtual

factory Populate the MemoryStat structure with current memory info.

Parameters
statReference to MemoryStat structure to fill.

Implemented in LinuxPlatformMemoryInfoDriver, and Win32PlatformMemoryInfoDriver.


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