15#ifndef LIEF_PDB_TYPE_ATTRIBUTE_H
16#define LIEF_PDB_TYPE_ATTRIBUTE_H
56 template <
typename RefT>
80 return static_cast<const Iterator*
>(
this)->
operator*();
84 std::unique_ptr<details::AttributeIt> impl_;
87 Attribute(std::unique_ptr<details::Attribute> impl);
93 std::unique_ptr<Type>
type()
const;
101 std::unique_ptr<details::Attribute> impl_;
This is the base class for any PDB type.
Definition PDB/Type.hpp:30
Definition PDB/types/Attribute.hpp:47
pointer operator->() const
Definition PDB/types/Attribute.hpp:51
friend class Iterator
Definition PDB/types/Attribute.hpp:49
std::ptrdiff_t difference_type
Definition PDB/types/Attribute.hpp:42
std::forward_iterator_tag iterator_category
Definition PDB/types/Attribute.hpp:40
details::AttributeIt implementation
Definition PDB/types/Attribute.hpp:45
std::unique_ptr< Attribute > operator*() const
Iterator(const Iterator &)
std::unique_ptr< Attribute > value_type
Definition PDB/types/Attribute.hpp:41
Attribute & reference
Definition PDB/types/Attribute.hpp:44
Iterator operator++(int)
Definition PDB/types/Attribute.hpp:71
Attribute * pointer
Definition PDB/types/Attribute.hpp:43
Iterator(Iterator &&) noexcept
PointerProxy operator->() const
Definition PDB/types/Attribute.hpp:79
This class represents an attribute (LF_MEMBER) in an aggregate (class, struct, union,...
Definition PDB/types/Attribute.hpp:36
std::unique_ptr< Type > type() const
Type of this attribute.
std::string name() const
Name of the attribute.
Attribute(std::unique_ptr< details::Attribute > impl)
uint64_t field_offset() const
Offset of this attribute in the aggregate.
Definition PDB/types/Attribute.hpp:29
Definition PDB/types/Array.hpp:23
Definition BuildMetadata.hpp:24
LIEF namespace.
Definition Abstract/Binary.hpp:40
#define LIEF_API
Definition visibility.h:41