ZFFramework
 
Loading...
Searching...
No Matches
ZFOutputForConsole.h
Go to the documentation of this file.
1
5
6#ifndef _ZFI_ZFOutputForConsole_h_
7#define _ZFI_ZFOutputForConsole_h_
8
9#include "ZFObject.h"
11
12// ============================================================
22#define ZFCallbackSerializeType_ZFOutputForConsole "ZFOutputForConsole"
23
28
30#endif // #ifndef _ZFI_ZFOutputForConsole_h_
31
#define ZFLIB_ZFCore
used to export symbols
Definition ZFCoreEnvDef.h:30
#define ZFEXPORT_VAR_DECLARE(ZFLIB_, Type, Name)
util to export global variable
Definition ZFExport.h:68
#define ZF_NAMESPACE_GLOBAL_BEGIN
begin namespace ZFFramework
Definition ZFNamespace.h:97
#define ZF_NAMESPACE_GLOBAL_END
end namespace ZFFramework
Definition ZFNamespace.h:98
ZFObject related include.
ZFOutput & ZFOutputForConsole(void)
default output callback to output to console, source must be zfchar *string
Definition ZFOutputForConsole.h:27
general output callback
Definition ZFIOCallback_output.h:37