Base class for all PDU-related high-level objects (PDU, items and sub-items).
More...
#include <Object.h>
|
virtual | ~Object () |
| Destructor, makes the type polymorphic.
|
|
Item const & | get_item () const |
| Get the underlying item.
|
|
Base class for all PDU-related high-level objects (PDU, items and sub-items).
◆ ~Object()
virtual odil::pdu::Object::~Object |
( |
| ) |
|
|
virtual |
Destructor, makes the type polymorphic.
◆ _compute_length() [1/3]
uint32_t odil::pdu::Object::_compute_length |
( |
| ) |
const |
|
protected |
Compute the value of the length field of the object.
◆ _compute_length() [2/3]
uint32_t odil::pdu::Object::_compute_length |
( |
Item const & |
item | ) |
const |
|
protected |
Compute the full size of an item.
◆ _compute_length() [3/3]
uint32_t odil::pdu::Object::_compute_length |
( |
Item::Field const & |
field | ) |
const |
|
protected |
Compute the full size of a field.
◆ get_item()
Item const & odil::pdu::Object::get_item |
( |
| ) |
const |
◆ _item
Item odil::pdu::Object::_item |
|
protected |
The documentation for this class was generated from the following file:
- /build/odil-71Ip5Q/odil-0.12.2/src/odil/pdu/Object.h