#include "joedb/index_types.h"
#include "joedb/Blob.h"
#include <string>
#include "joedb/TYPE_MACRO.h"
Go to the source code of this file.
|
#define | TYPE_MACRO(a, b, c, d, e) c, |
|
#define | TYPE_MACRO(a, b, c, d, e) 1 + |
|
#define | TYPE_MACRO(type, return_type, type_id, read, write) static Type type_id() {return Type(Type_Id::type_id);}; |
|
#define | TYPE_MACRO_NO_REFERENCE |
|
◆ TYPE_MACRO [1/3]
#define TYPE_MACRO |
( |
|
a, |
|
|
|
b, |
|
|
|
c, |
|
|
|
d, |
|
|
|
e |
|
) |
| c, |
◆ TYPE_MACRO [2/3]
#define TYPE_MACRO |
( |
|
a, |
|
|
|
b, |
|
|
|
c, |
|
|
|
d, |
|
|
|
e |
|
) |
| 1 + |
◆ TYPE_MACRO [3/3]
#define TYPE_MACRO |
( |
|
type, |
|
|
|
return_type, |
|
|
|
type_id, |
|
|
|
read, |
|
|
|
write |
|
) |
| static Type type_id() {return Type(Type_Id::type_id);}; |
◆ TYPE_MACRO_NO_REFERENCE
#define TYPE_MACRO_NO_REFERENCE |