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