1#ifndef SXEVAL_IOPERAND_HPP
2#define SXEVAL_IOPERAND_HPP
The IInstruction class is an interface for any instructions.
Definition IInstruction.hpp:21
The IOperand class is an interface for operands.
Definition IOperand.hpp:16
virtual ~IOperand() override=default
Default destructor.
Definition AOperation.hpp:8