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::envSummaryT (zfstring &ret) |
| util method to get summary info | |
| zfstring | ZFEnvInfo::envSummary () |
| see envSummaryT | |
| void | ZFEnvInfo::envSummaryCallbackRegister (const zfstring &name, ZFEnvSummaryCallback callback) |
| register a callback to output custom env info, see envSummaryT | |
| void | ZFEnvInfo::envSummaryCallbackUnregister (const zfstring &name) |
| see envSummaryCallbackRegister | |
| void | ZFEnvInfo::systemNameT (zfstring &ret) |
| name of native system, e.g. "iOS", empty if not available | |
| zfstring | ZFEnvInfo::systemName () |
| see systemNameT | |
| void | ZFEnvInfo::systemVersionT (zfstring &ret) |
| version of native system, e.g. "9.0.1", empty if not available | |
| zfstring | ZFEnvInfo::systemVersion () |
| see systemVersionT | |
| void | ZFEnvInfo::frameworkNameT (zfstring &ret) |
| name of native framework, e.g. "Qt", empty if not available | |
| zfstring | ZFEnvInfo::frameworkName () |
| see frameworkNameT | |
| void | ZFEnvInfo::frameworkVersionT (zfstring &ret) |
| version of native framework, e.g. "9.0.1", empty if not available | |
| zfstring | ZFEnvInfo::frameworkVersion () |
| see frameworkVersionT | |
info of native environment