7 #ifndef FILEINFO_FILE_PRESENTATION_GETTERS_ITERATIVE_GETTER_ITERATIVE_SUBTITLE_GETTER_ITERATIVE_SUBTITLE_GETTER_H
8 #define FILEINFO_FILE_PRESENTATION_GETTERS_ITERATIVE_GETTER_ITERATIVE_SUBTITLE_GETTER_ITERATIVE_SUBTITLE_GETTER_H
31 void getHeader(std::string &structsHeader)
const;
37 virtual bool getFlags(std::size_t structIndex, std::size_t recIndex, std::string &flagsValue, std::vector<std::string> &desc)
const = 0;
Definition: iterative_getter.h:22
Definition: iterative_subtitle_getter.h:22
std::string subtitle
subtitle of presented record
Definition: iterative_subtitle_getter.h:25
void getHeader(std::string &structsHeader) const
Definition: iterative_subtitle_getter.cpp:28
IterativeSubtitleGetter(FileInformation &fileInfo)
Definition: iterative_subtitle_getter.cpp:19
virtual bool getFlags(std::size_t structIndex, std::size_t recIndex, std::string &flagsValue, std::vector< std::string > &desc) const =0
void getSubtitle(std::string &subTitle) const
Definition: iterative_subtitle_getter.cpp:37
std::string header
title of presented structures
Definition: iterative_subtitle_getter.h:24
Definition of IterativeGetter class.
Definition: archive_wrapper.h:19