|
Joedb 10.3.0
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 203 of file Multiplexer.cpp.