retdec
file_presentation.h
Go to the documentation of this file.
1 
7 #ifndef FILEINFO_FILE_PRESENTATION_FILE_PRESENTATION_H
8 #define FILEINFO_FILE_PRESENTATION_FILE_PRESENTATION_H
9 
11 
12 namespace retdec {
13 namespace fileinfo {
14 
19 {
20  protected:
23  public:
25  virtual ~FilePresentation() = default;
26 
27  virtual bool present() = 0;
28 };
29 
30 } // namespace fileinfo
31 } // namespace retdec
32 
33 #endif
Definition: file_information.h:25
Definition: file_presentation.h:19
retdec::cpdetect::ReturnCode returnCode
return code of data member fileinfo
Definition: file_presentation.h:22
FilePresentation(FileInformation &fileinfo_)
Definition: file_presentation.cpp:15
FileInformation & fileinfo
class with information about file
Definition: file_presentation.h:21
Definition of FileInformation class.
ReturnCode
Definition: cptypes.h:23
Definition: archive_wrapper.h:19