7 #ifndef FILEINFO_FILE_PRESENTATION_GETTERS_ITERATIVE_GETTER_ITERATIVE_SUBTITLE_GETTER_TYPEREF_TABLE_JSON_GETTER_H
8 #define FILEINFO_FILE_PRESENTATION_GETTERS_ITERATIVE_GETTER_ITERATIVE_SUBTITLE_GETTER_TYPEREF_TABLE_JSON_GETTER_H
23 virtual std::size_t
getBasicInfo(std::size_t structIndex, std::vector<std::string> &desc, std::vector<std::string> &info)
const override;
24 virtual bool getRecord(std::size_t structIndex, std::size_t recIndex, std::vector<std::string> &record)
const override;
25 virtual bool getFlags(std::size_t structIndex, std::size_t recIndex, std::string &flagsValue, std::vector<std::string> &desc)
const override;
Definition: iterative_subtitle_getter.h:22
Definition: typeref_table_json_getter.h:19
TypeRefTableJsonGetter(FileInformation &fileInfo)
Definition: typeref_table_json_getter.cpp:22
virtual bool getFlags(std::size_t structIndex, std::size_t recIndex, std::string &flagsValue, std::vector< std::string > &desc) const override
Definition: typeref_table_json_getter.cpp:73
virtual std::size_t getBasicInfo(std::size_t structIndex, std::vector< std::string > &desc, std::vector< std::string > &info) const override
Definition: typeref_table_json_getter.cpp:35
virtual bool getRecord(std::size_t structIndex, std::size_t recIndex, std::vector< std::string > &record) const override
Definition: typeref_table_json_getter.cpp:57
Definition of IterativeSubtitleGetter class.
Definition: archive_wrapper.h:19