info of native environment More...
#include "ZFObject.h"
Go to the source code of this file.
Namespaces | |
namespace | ZFEnvInfo |
Typedefs | |
typedef void(* | ZFEnvSummaryCallback) (zfstring &ret) |
see ZFEnvInfo::envSummaryCallbackRegister | |
Functions | |
void | ZFEnvInfo::envSummary (zfstring &ret) |
util method to get summary info | |
zfstring | ZFEnvInfo::envSummary () |
see envSummary | |
void | ZFEnvInfo::envSummaryCallbackRegister (const zfstring &name, ZFEnvSummaryCallback callback) |
register a callback to output custom env info, see envSummary | |
void | ZFEnvInfo::envSummaryCallbackUnregister (const zfstring &name) |
see envSummaryCallbackRegister | |
void | ZFEnvInfo::systemName (zfstring &ret) |
name of native system, e.g. "iOS", empty if not available | |
zfstring | ZFEnvInfo::systemName () |
see systemName | |
void | ZFEnvInfo::systemVersion (zfstring &ret) |
version of native system, e.g. "9.0.1", empty if not available | |
zfstring | ZFEnvInfo::systemVersion () |
see systemVersion | |
void | ZFEnvInfo::frameworkName (zfstring &ret) |
name of native framework, e.g. "Qt", empty if not available | |
zfstring | ZFEnvInfo::frameworkName () |
see frameworkName | |
void | ZFEnvInfo::frameworkVersion (zfstring &ret) |
version of native framework, e.g. "9.0.1", empty if not available | |
zfstring | ZFEnvInfo::frameworkVersion () |
see frameworkVersion | |
info of native environment