7 #ifndef FILEINFO_FILE_PRESENTATION_GETTERS_ITERATIVE_GETTER_ITERATIVE_DISTRIBUTION_GETTER_ELF_CORE_MAP_PLAIN_GETTER_H
8 #define FILEINFO_FILE_PRESENTATION_GETTERS_ITERATIVE_GETTER_ITERATIVE_DISTRIBUTION_GETTER_ELF_CORE_MAP_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_core_map_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_core_map_plain_getter.cpp:105
virtual std::size_t getBasicInfo(std::size_t structIndex, std::vector< std::string > &desc, std::vector< std::string > &info) const override
Definition: elf_core_map_plain_getter.cpp:62
ElfCoreMapPlainGetter(FileInformation &fileInfo)
Definition: elf_core_map_plain_getter.cpp:36
virtual bool loadRecord(std::size_t structIndex, std::size_t recIndex, std::vector< std::string > &record) override
Definition: elf_core_map_plain_getter.cpp:82
Definition: iterative_distribution_getter.h:22
Definition of IterativeDistributionGetter class.
Definition: archive_wrapper.h:19