Go to the source code of this file.
|
#define | TYPE_MACRO(cpp_type, return_type, type_id, read_method, W) void perform_update_##type_id(Writable &writable); |
|
#define | TYPE_MACRO(cpp_type, return_type, type_id, read_method, W) void read_vector_of_##type_id(cpp_type *data, size_t size); |
|
#define | TYPE_MACRO(t, rt, type_id, r, w) |
|
◆ TYPE_MACRO [1/3]
#define TYPE_MACRO |
( |
|
cpp_type, |
|
|
|
return_type, |
|
|
|
type_id, |
|
|
|
read_method, |
|
|
|
W |
|
) |
| void perform_update_##type_id(Writable &writable); |
◆ TYPE_MACRO [2/3]
#define TYPE_MACRO |
( |
|
cpp_type, |
|
|
|
return_type, |
|
|
|
type_id, |
|
|
|
read_method, |
|
|
|
W |
|
) |
| void read_vector_of_##type_id(cpp_type *data, size_t size); |
◆ TYPE_MACRO [3/3]
#define TYPE_MACRO |
( |
|
t, |
|
|
|
rt, |
|
|
|
type_id, |
|
|
|
r, |
|
|
|
w |
|
) |
| |
Value: update_##type_id,\
update_last_##type_id,\
update_next_##type_id,\
update_vector_##type_id,
Definition at line 44 of file Readonly_Journal.h.