Go to the source code of this file.
|
| | foedus |
| | Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services).
|
| |
| | foedus::log |
| | Log Manager, which writes out transactional logs.
|
| |
|
| #define | X(a, b, c) case a: return reinterpret_cast< c* >(buffer)->apply_engine(context); |
| |
| #define | X(a, b, c) |
| |
| #define | X(a, b, c) case a: o << *reinterpret_cast< const c* >(buffer); break; |
| |
| #define X |
( |
|
a, |
|
|
|
b, |
|
|
|
c |
|
) |
| case a: return reinterpret_cast< c* >(buffer)->apply_engine(context); |
Value:case a: \
reinterpret_cast< c* >(buffer)->apply_storage(engine, storage_id); return;
Definition at line 55 of file log_type_invoke.cpp.
| #define X |
( |
|
a, |
|
|
|
b, |
|
|
|
c |
|
) |
| case a: o << *reinterpret_cast< const c* >(buffer); break; |