LIEF: Library to Instrument Executable Formats Version 0.17.0
|
This class represents an operand for an x86/x86-64 instruction. More...
#include <Operand.hpp>
Classes | |
class | Iterator |
Forward iterator that outputs x86 Operand as std::unique_ptr More... | |
Public Member Functions | |
std::string | to_string () const |
Pretty representation of the operand. | |
template<class T > | |
const T * | as () const |
This function can be used to down cast an Operand instance: | |
virtual | ~Operand () |
This class represents an operand for an x86/x86-64 instruction.
|
virtual |
|
inline |
This function can be used to down cast an Operand instance:
std::string LIEF::assembly::x86::Operand::to_string | ( | ) | const |
Pretty representation of the operand.
Referenced by operator<<.