Joedb 9.1.4
The Journal-Only Embedded Database
|
#include "joedb/ui/Raw_Dump_Writable.h"
#include "joedb/ui/type_io.h"
#include <iostream>
#include "joedb/TYPE_MACRO.h"
Go to the source code of this file.
Namespaces | |
namespace | joedb |
Macros | |
#define | TYPE_MACRO(type, return_type, type_id, read, write) |
#define | TYPE_MACRO_NO_REFERENCE |
#define | TYPE_MACRO(type, return_type, type_id, R, W) |
#define TYPE_MACRO | ( | type, | |
return_type, | |||
type_id, | |||
R, | |||
W | |||
) |
Definition at line 158 of file Raw_Dump_Writable.cpp.
#define TYPE_MACRO | ( | type, | |
return_type, | |||
type_id, | |||
read, | |||
write | |||
) |
Definition at line 158 of file Raw_Dump_Writable.cpp.
#define TYPE_MACRO_NO_REFERENCE |