7 #ifndef FILEINFO_FILE_PRESENTATION_GETTERS_ITERATIVE_GETTER_ITERATIVE_DISTRIBUTION_GETTER_ELF_NOTES_PLAIN_GETTER_H
8 #define FILEINFO_FILE_PRESENTATION_GETTERS_ITERATIVE_GETTER_ITERATIVE_DISTRIBUTION_GETTER_ELF_NOTES_PLAIN_GETTER_H
22 std::size_t structIndex,
24 std::vector<std::string> &record)
override;
30 std::size_t structIndex,
31 std::vector<std::string> &desc,
32 std::vector<std::string> &info)
const override;
35 std::size_t structIndex,
36 std::vector<std::string> &desc,
37 std::vector<std::string> &abbv)
const override;
Definition: elf_notes_plain_getter.h:19
virtual bool getFlagDescriptors(std::size_t structIndex, std::vector< std::string > &desc, std::vector< std::string > &abbv) const override
Definition: elf_notes_plain_getter.cpp:125
ElfNotesPlainGetter(FileInformation &fileInfo)
Definition: elf_notes_plain_getter.cpp:37
virtual std::size_t getBasicInfo(std::size_t structIndex, std::vector< std::string > &desc, std::vector< std::string > &info) const override
Definition: elf_notes_plain_getter.cpp:66
virtual bool loadRecord(std::size_t structIndex, std::size_t recIndex, std::vector< std::string > &record) override
Definition: elf_notes_plain_getter.cpp:100
Definition: iterative_distribution_getter.h:22
Definition of IterativeDistributionGetter class.
Definition: archive_wrapper.h:19