|
CCF
|
#include <tpcc_serializer.h>
Public Member Functions | |
| std::vector< uint8_t > | serialize () const |
Static Public Member Functions | |
| static StockLevel | deserialize (const uint8_t *data, size_t size) |
Public Attributes | |
| int32_t | seed |
| int32_t | warehouse_id |
| int32_t | district_id |
| int32_t | threshold |
|
inlinestatic |
|
inline |
| int32_t tpcc::StockLevel::district_id |
| int32_t tpcc::StockLevel::seed |
| int32_t tpcc::StockLevel::threshold |
| int32_t tpcc::StockLevel::warehouse_id |