#include <tpcc_output.h>
◆ NewOrderOutput()
| tpcc::NewOrderOutput::NewOrderOutput |
( |
| ) |
|
|
inline |
◆ c_credit
◆ c_discount
| float tpcc::NewOrderOutput::c_discount |
◆ c_last
◆ d_tax
| float tpcc::NewOrderOutput::d_tax |
◆ INVALID_ITEM_STATUS
| const char tpcc::NewOrderOutput::INVALID_ITEM_STATUS[] |
|
static |
◆ items
| std::vector<ItemInfo> tpcc::NewOrderOutput::items |
◆ MAX_STATUS
| const int tpcc::NewOrderOutput::MAX_STATUS = 25 |
|
static |
◆ o_id
| int32_t tpcc::NewOrderOutput::o_id |
◆ status
| std::array<char, MAX_STATUS + 1> tpcc::NewOrderOutput::status |
◆ total
| float tpcc::NewOrderOutput::total |
◆ w_tax
| float tpcc::NewOrderOutput::w_tax |
The documentation for this struct was generated from the following file: