retdec
simple_getter.h
Go to the documentation of this file.
1 
7 #ifndef FILEINFO_FILE_PRESENTATION_GETTERS_SIMPLE_GETTER_SIMPLE_GETTER_H
8 #define FILEINFO_FILE_PRESENTATION_GETTERS_SIMPLE_GETTER_SIMPLE_GETTER_H
9 
11 
12 namespace retdec {
13 namespace fileinfo {
14 
19 {
20  protected:
22  public:
23  SimpleGetter(FileInformation &fileInfo);
24 
25  virtual std::size_t loadInformation(std::vector<std::string> &desc, std::vector<std::string> &info) const = 0;
26 };
27 
28 } // namespace fileinfo
29 } // namespace retdec
30 
31 #endif
Definition: file_information.h:25
Definition: simple_getter.h:19
virtual std::size_t loadInformation(std::vector< std::string > &desc, std::vector< std::string > &info) const =0
FileInformation & fileinfo
Definition: simple_getter.h:21
SimpleGetter(FileInformation &fileInfo)
Definition: simple_getter.cpp:16
Definition of FileInformation class.
Definition: archive_wrapper.h:19