#include <materialparameter.h>
A simple wrapper over a set of instructions defined as InstructionData.
Public Member Functions | |
InstructionSet ()=default | |
Result< void > | CopyFrom (const InstructionSet &src) |
Bool | IsPopulated () const |
Bool | IsEqual (const InstructionSet &other, EQUALITY equality=EQUALITY::DEEP) const |
HashInt | GetHashCode () const |
Public Attributes | |
BaseArray< InstructionData > | _instructions |
|
default |
Result<void> CopyFrom | ( | const InstructionSet & | src | ) |
Bool IsPopulated | ( | ) | const |
Bool IsEqual | ( | const InstructionSet & | other, |
EQUALITY | equality = EQUALITY::DEEP |
||
) | const |
HashInt GetHashCode | ( | ) | const |
BaseArray<InstructionData> _instructions |
A container with the instructions.