Joedb 9.1.4
The Journal-Only Embedded Database
|
Go to the source code of this file.
Namespaces | |
namespace | joedb |
Macros | |
#define | MULTIPLEX(x) do {for (size_t i = start_index; i < writables.size(); i++) writables[i].get().x;} while(0) |
#define | TYPE_MACRO(type, return_type, type_id, R, W) |
#define MULTIPLEX | ( | x | ) | do {for (size_t i = start_index; i < writables.size(); i++) writables[i].get().x;} while(0) |
Definition at line 16 of file Multiplexer.cpp.
#define TYPE_MACRO | ( | type, | |
return_type, | |||
type_id, | |||
R, | |||
W | |||
) |
Definition at line 154 of file Multiplexer.cpp.