A Reply Packet as in http://docs.oracle.com/javase/7/docs/technotes/guides/jpda/jdwp-spec.html.
More...
|
using | ReadOperator = std::function< void(MessagePart *, QDataStream &)> |
|
using | WriteOperator = std::function< void(const MessagePart *, QDataStream &)> |
|
template<typename Enum > |
static constexpr std::enable_if< std::is_enum< Enum >::value, typename std::underlying_type< Enum >::type >::type | cast (Enum enumValue) |
| Casts an enum value to its underlying type. More...
|
|
static const int | noKind {} |
|
◆ ~Reply()
OODebug::Reply::~Reply |
( |
| ) |
|
|
overridevirtual |
◆ error
◆ flags
MessageField<qint8> OODebug::Reply::flags {&Reply::flags, this} |
◆ id
◆ length
MessageField<qint32> OODebug::Reply::length {&Reply::length, this} |