7 #ifndef FILEINFO_FILE_PRESENTATION_GETTERS_ITERATIVE_GETTER_ITERATIVE_DISTRIBUTION_GETTER_PATTERN_MATCHES_PLAIN_GETTER_H
8 #define FILEINFO_FILE_PRESENTATION_GETTERS_ITERATIVE_GETTER_ITERATIVE_DISTRIBUTION_GETTER_PATTERN_MATCHES_PLAIN_GETTER_H
23 virtual bool loadRecord(std::size_t structIndex, std::size_t recIndex, std::vector<std::string> &record)
override;
27 virtual std::size_t
getBasicInfo(std::size_t structIndex, std::vector<std::string> &desc, std::vector<std::string> &info)
const override;
28 virtual bool getFlagDescriptors(std::size_t structIndex, std::vector<std::string> &desc, std::vector<std::string> &abbv)
const override;
Definition: iterative_distribution_getter.h:22
Definition: pattern_matches_plain_getter.h:19
virtual bool loadRecord(std::size_t structIndex, std::size_t recIndex, std::vector< std::string > &record) override
Definition: pattern_matches_plain_getter.cpp:53
const std::vector< PatternMatch > & matches
detected pattern matches
Definition: pattern_matches_plain_getter.h:21
virtual std::size_t getBasicInfo(std::size_t structIndex, std::vector< std::string > &desc, std::vector< std::string > &info) const override
Definition: pattern_matches_plain_getter.cpp:46
virtual bool getFlagDescriptors(std::size_t structIndex, std::vector< std::string > &desc, std::vector< std::string > &abbv) const override
Definition: pattern_matches_plain_getter.cpp:73
PatternMatchesPlainGetter(FileInformation &fileInfo, const std::vector< PatternMatch > &pMatches)
Definition: pattern_matches_plain_getter.cpp:33
Definition of IterativeDistributionGetter class.
Definition: archive_wrapper.h:19