7 #ifndef FILEINFO_FILE_PRESENTATION_GETTERS_ITERATIVE_GETTER_ITERATIVE_DISTRIBUTION_GETTER_IMPORT_TABLE_PLAIN_GETTER_H
8 #define FILEINFO_FILE_PRESENTATION_GETTERS_ITERATIVE_GETTER_ITERATIVE_DISTRIBUTION_GETTER_IMPORT_TABLE_PLAIN_GETTER_H
21 virtual bool loadRecord(std::size_t structIndex, std::size_t recIndex, std::vector<std::string> &record)
override;
25 virtual std::size_t
getBasicInfo(std::size_t structIndex, std::vector<std::string> &desc, std::vector<std::string> &info)
const override;
26 virtual bool getFlagDescriptors(std::size_t structIndex, std::vector<std::string> &desc, std::vector<std::string> &abbv)
const override;
Definition: import_table_plain_getter.h:19
virtual std::size_t getBasicInfo(std::size_t structIndex, std::vector< std::string > &desc, std::vector< std::string > &info) const override
Definition: import_table_plain_getter.cpp:43
virtual bool loadRecord(std::size_t structIndex, std::size_t recIndex, std::vector< std::string > &record) override
Definition: import_table_plain_getter.cpp:65
ImportTablePlainGetter(FileInformation &fileInfo)
Definition: import_table_plain_getter.cpp:31
virtual bool getFlagDescriptors(std::size_t structIndex, std::vector< std::string > &desc, std::vector< std::string > &abbv) const override
Definition: import_table_plain_getter.cpp:86
Definition: iterative_distribution_getter.h:22
Definition of IterativeDistributionGetter class.
Definition: archive_wrapper.h:19