Public Member Functions | |
| BV_IOI_VALUE () | |
| ~BV_IOI_VALUE () | |
| size_t | deserialize (const void *buf, size_t inLen) |
| std::string | toString () const |
| size_t | serializationBufSize () const |
| size_t | serialize (void *buf) const |
Public Attributes | |
| BV_VALUE | bid |
| BV_VALUE | mid |
| BV_VALUE | offer |
Definition at line 45 of file SMP.Substructures.BV_IOI_VALUE.h.
|
inline |
Definition at line 48 of file SMP.Substructures.BV_IOI_VALUE.h.
|
inline |
Definition at line 52 of file SMP.Substructures.BV_IOI_VALUE.h.
| size_t deserialize | ( | const void * | buf, |
| size_t | inLen ) |
|
inline |
Definition at line 71 of file SMP.Substructures.BV_IOI_VALUE.h.
| size_t serialize | ( | void * | buf | ) | const |
| std::string toString | ( | ) | const |
Provides string presentation.
| BV_VALUE bid |
Bid Value.
Definition at line 55 of file SMP.Substructures.BV_IOI_VALUE.h.
| BV_VALUE mid |
Mid Value.
Definition at line 58 of file SMP.Substructures.BV_IOI_VALUE.h.
| BV_VALUE offer |
Offer Value.
Definition at line 61 of file SMP.Substructures.BV_IOI_VALUE.h.