Go to the documentation of this file.
16#ifndef LIEF_PE_RICH_HEADER_H
17#define LIEF_PE_RICH_HEADER_H
40 using entries_t = std::vector<RichEntry>;
41 using it_entries = ref_iterator<entries_t&>;
42 using it_const_entries = const_ref_iterator<const entries_t&>;
48 uint32_t
key()
const {
63 void key(uint32_t key) {
69 entries_.push_back(std::move(entry));