Horizon
|
Classes | |
class | OrderablePart |
Public Types | |
enum class | State { FOUND , NOT_FOUND , NOT_AVAILABLE , NOT_LOADED } |
Public Member Functions | |
const UUID & | get_uuid () const override |
void | append (const StockInfoRecord &aother) override |
Public Attributes | |
State | state = State::FOUND |
std::list< OrderablePart > | parts |
int | stock = -1 |
std::string | currency |
UUID | uuid |