Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kDat5Serializer.h
Go to the documentation of this file.
1 
10 #ifndef K_API_DAT5_SERIALIZER_H
11 #define K_API_DAT5_SERIALIZER_H
12 
13 #include <kApi/kApiDef.h>
14 
15 kBeginHeader()
16 
17 
23 //typedef kSerializer kDat5Serializer; --forward-declared in kApiDef.x.h
24 
25 
34 kFx(kStatus) kDat5Serializer_Construct(kDat5Serializer* serializer, kStream stream, kAlloc allocator);
35 
36 kEndHeader()
37 
38 #include <kApi/Io/kDat5Serializer.x.h>
39 
40 #endif
Abstract base class for memory allocator types.
kStatus kDat5Serializer_Construct(kDat5Serializer *serializer, kStream stream, kAlloc allocator)
Constructs a kDat5Serializer object.
Core Zen type declarations.
Represents an I/O stream.
Represents an error code.
Serializes/deserializes objects using kDat5 format.