|
| BxBlock (std::vector< uint32_t >::const_iterator bx_start, std::vector< uint32_t >::const_iterator bx_end) |
|
| BxBlock (const BxBlockHeader &h, std::vector< uint32_t >::const_iterator payload_start, std::vector< uint32_t >::const_iterator payload_end) |
|
| BxBlock (unsigned int id, unsigned int totalBx, std::vector< uint32_t >::const_iterator payload_start, std::vector< uint32_t >::const_iterator payload_end, unsigned int flags=0) |
|
| BxBlock (unsigned int id, unsigned int totalBx, const std::vector< uint32_t > &payload, unsigned int flags=0) |
|
unsigned int | getSize () const |
|
BxBlockHeader | header () const |
|
bool | operator< (const BxBlock &o) const |
|
std::vector< uint32_t > | payload () const |
|
| ~BxBlock () |
|
Definition at line 49 of file BxBlock.h.