CCF
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
tpcc::StockLevel Struct Reference

#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
 

Member Function Documentation

◆ deserialize()

static StockLevel tpcc::StockLevel::deserialize ( const uint8_t *  data,
size_t  size 
)
inlinestatic

◆ serialize()

std::vector< uint8_t > tpcc::StockLevel::serialize ( ) const
inline

Member Data Documentation

◆ district_id

int32_t tpcc::StockLevel::district_id

◆ seed

int32_t tpcc::StockLevel::seed

◆ threshold

int32_t tpcc::StockLevel::threshold

◆ warehouse_id

int32_t tpcc::StockLevel::warehouse_id

The documentation for this struct was generated from the following file: