ZFFramework
 
Loading...
Searching...
No Matches
ZFIO_base64.h
Go to the documentation of this file.
1
5
6#ifndef _ZFI_ZFIO_base64_h_
7#define _ZFI_ZFIO_base64_h_
8
9#include "ZFBase64.h"
11
23
24// ============================================================
25// ZFInputForBase64
34 , ZFMP_IN(const ZFPathInfo &, refPathInfo)
35 )
36
37// ============================================================
38// ZFOutputForBase64
47 , ZFMP_IN(const ZFPathInfo &, refPathInfo)
49 )
50
51// ============================================================
52// ZFInputForBase64
57 , ZFMP_IN(const ZFInput &, refInput)
58 )
59
60// ============================================================
61// ZFOutputForBase64
66 , ZFMP_IN(const ZFOutput &, refOutput)
67 )
68
70#endif // #ifndef _ZFI_ZFIO_base64_h_
71
#define ZFLIB_ZFAlgorithm
used to export symbols
Definition ZFAlgorithmDef.h:14
base64 encoder and decoder
ZFOutput ZFOutputForBase64(const ZFPathInfo &refPathInfo, ZFIOOpenOptionFlags flags=(v_ZFIOOpenOption::e_Write))
util to create a base64 file output callback
ZFInput ZFInputForBase64(const ZFPathInfo &refPathInfo)
util to create a file input callback
#define ZFIO_DECLARE(ZFLIB_, pathType)
see ZFIOImplForPathType
Definition ZFIODef_fwd.h:597
#define ZFMP_IN_OPT(ParamType, paramName, DefaultValue)
see ZFMP_IN
Definition ZFMethod.h:108
#define ZFMP_IN(ParamType, paramName)
macro to wrap param types for ZFMETHOD_INLINE_0 series
Definition ZFMethod.h:105
#define ZFMETHOD_FUNC_DECLARE_2(ZFLIB_, ReturnType, MethodName, ZFMP_0, ZFMP_1)
see ZFMETHOD_FUNC_DECLARE_0
Definition ZFMethodFuncDeclare.h:763
#define ZFMETHOD_FUNC_DECLARE_1(ZFLIB_, ReturnType, MethodName, ZFMP_0)
see ZFMETHOD_FUNC_DECLARE_0
Definition ZFMethodFuncDeclare.h:624
#define ZF_NAMESPACE_GLOBAL_BEGIN
begin namespace ZFFramework
Definition ZFNamespace.h:97
#define ZF_NAMESPACE_GLOBAL_END
end namespace ZFFramework
Definition ZFNamespace.h:98
see v_ZFIOOpenOption, ZFIOOpenOptionFlagsToString, ZFIOOpenOptionFlagsFromString
Definition ZFIODef_fwd.h:49
general input callback
Definition ZFIOCallback_input.h:36
general output callback
Definition ZFIOCallback_output.h:37
path related info storage for impl, actual meaning of the info depends on impl
Definition ZFPathInfo.h:34
file open option
Definition ZFIODef_fwd.h:41