Forward iterator that outputs aarch64 Operand as std::unique_ptr
More...
#include <Operand.hpp>
Forward iterator that outputs aarch64 Operand as std::unique_ptr
◆ implementation
◆ Iterator() [1/4]
LIEF::assembly::aarch64::Operand::Iterator::Iterator |
( |
| ) |
|
◆ Iterator() [2/4]
LIEF::assembly::aarch64::Operand::Iterator::Iterator |
( |
std::unique_ptr< details::OperandIt > | impl | ) |
|
◆ Iterator() [3/4]
LIEF::assembly::aarch64::Operand::Iterator::Iterator |
( |
const Iterator & | | ) |
|
◆ Iterator() [4/4]
LIEF::assembly::aarch64::Operand::Iterator::Iterator |
( |
Iterator && | | ) |
|
|
noexcept |
◆ ~Iterator()
LIEF::assembly::aarch64::Operand::Iterator::~Iterator |
( |
| ) |
|
◆ operator*()
std::unique_ptr< Operand > LIEF::assembly::aarch64::Operand::Iterator::operator* |
( |
| ) |
const |
◆ operator++()
Iterator & LIEF::assembly::aarch64::Operand::Iterator::operator++ |
( |
| ) |
|
◆ operator=() [1/2]
Iterator & LIEF::assembly::aarch64::Operand::Iterator::operator= |
( |
const Iterator & | | ) |
|
◆ operator=() [2/2]
Iterator & LIEF::assembly::aarch64::Operand::Iterator::operator= |
( |
Iterator && | | ) |
|
|
noexcept |
The documentation for this class was generated from the following file: