A Command Packet as in http://docs.oracle.com/javase/7/docs/technotes/guides/jpda/jdwp-spec.html.
More...
|
static void | resetIds () |
|
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...
|
|
◆ Command() [1/2]
OODebug::Command::Command |
( |
| ) |
|
|
default |
◆ ~Command()
OODebug::Command::~Command |
( |
| ) |
|
|
overridevirtual |
◆ Command() [2/2]
template<typename T , typename >
◆ resetIds()
void OODebug::Command::resetIds |
( |
| ) |
|
|
static |
◆ command
MessageField<qint8> OODebug::Command::command {&Command::command, this} |
◆ commandSet
◆ flags
MessageField<qint8> OODebug::Command::flags {&Command::flags, this} |
◆ id
MessageField<qint32> OODebug::Command::id {&Command::id, this} |
◆ length
MessageField<qint32> OODebug::Command::length {&Command::length, this} |
◆ nextId_
int OODebug::Command::nextId_ = 0 |
|
staticprivate |