Public Member Functions | |
InstructionSet (std::set< Instruction * > instruction_set) | |
InstructionSet (const InstructionSet &other) | |
InstructionSet & | operator= (InstructionSet other) |
bool | operator== (const InstructionSet &other) const |
bool | operator!= (const InstructionSet &other) const |
size_t | pack (uint8_t *buffer) |
of_error | unpack (uint8_t *buffer) |
uint16_t | length () |
void | add_instruction (Instruction &inst) |
void | add_instruction (Instruction *inst) |
void | length (uint16_t length) |
Friends | |
void | swap (InstructionSet &first, InstructionSet &second) |