retdec
section.h
Go to the documentation of this file.
1 
7 #ifndef RETDEC_FILEFORMAT_TYPES_SEC_SEG_SECTION_H
8 #define RETDEC_FILEFORMAT_TYPES_SEC_SEG_SECTION_H
9 
11 
12 namespace retdec {
13 namespace fileformat {
14 
18 class Section : public SecSeg
19 {
20  public:
21  Section();
22 };
23 
24 } // namespace fileformat
25 } // namespace retdec
26 
27 #endif
Definition: sec_seg.h:24
Definition: section.h:19
Section()
Definition: section.cpp:15
Definition: archive_wrapper.h:19
Basic class for section and segment.