#include <Variable.hpp>
◆ difference_type
◆ implementation
◆ iterator_category
◆ pointer
◆ reference
◆ value_type
◆ Iterator() [1/3]
LIEF::dwarf::Variable::Iterator::Iterator |
( |
const Iterator & | | ) |
|
◆ Iterator() [2/3]
LIEF::dwarf::Variable::Iterator::Iterator |
( |
Iterator && | | ) |
|
|
noexcept |
◆ Iterator() [3/3]
LIEF::dwarf::Variable::Iterator::Iterator |
( |
std::unique_ptr< details::VariableIt > | impl | ) |
|
◆ ~Iterator()
LIEF::dwarf::Variable::Iterator::~Iterator |
( |
| ) |
|
◆ operator*()
std::unique_ptr< Variable > LIEF::dwarf::Variable::Iterator::operator* |
( |
| ) |
const |
◆ operator++() [1/2]
Iterator & LIEF::dwarf::Variable::Iterator::operator++ |
( |
| ) |
|
◆ operator++() [2/2]
Iterator LIEF::dwarf::Variable::Iterator::operator++ |
( |
int | | ) |
|
|
inline |
◆ operator--() [1/2]
Iterator & LIEF::dwarf::Variable::Iterator::operator-- |
( |
| ) |
|
◆ operator--() [2/2]
Iterator LIEF::dwarf::Variable::Iterator::operator-- |
( |
int | | ) |
|
|
inline |
◆ operator->()
PointerProxy LIEF::dwarf::Variable::Iterator::operator-> |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: