21 #ifndef GF_SYSTEM_INFO_H    22 #define GF_SYSTEM_INFO_H    26 #include "Portability.h"    29 #ifndef DOXYGEN_SHOULD_SKIP_THIS    67     static std::string getPlatformName();
    74     static int getCpuCacheLineSize();
    83     static int getCpuCount();
    90     static int getSystemRamSize();
    94 #ifndef DOXYGEN_SHOULD_SKIP_THIS    99 #endif // GF_SYSTEM_INFO_H The namespace for gf classes. 
Definition: Action.h:34
 
A class for system info. 
Definition: SystemInfo.h:46