InstructionGroupImpl

Class template for architecture-specific instruction groups

Note that all architecture-specific instances, like X86InstructionGroup, instantiate and derive from this one.

abstract
class InstructionGroupImpl : InstructionGroup (
TId
) if (
is(TId == enum)
) {}

Constructors

this
this(Capstone cs, int id)
Undocumented in source.

Members

Functions

id
auto id()

Retrieves instruction group's id

Inherited Members

From InstructionGroup

_id
int _id;
Undocumented in source.
idAsInt
auto idAsInt()

Retrieves instruction group's id as plain integer

name
string name()

Returns friendly string representation of the instruction group's name

Meta