|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
This class represents an operand for an AArch64 instruction. More...
#include <Operand.hpp>

Classes | |
| class | Iterator |
| Forward iterator that outputs aarch64 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 AArch64 instruction.
|
virtual |
References LIEF_LOCAL.
|
inline |
This function can be used to down cast an Operand instance:
| std::string LIEF::assembly::aarch64::Operand::to_string | ( | ) | const |
Pretty representation of the operand.
Referenced by operator<<.