Lines Matching full:section
10 * @class Section
12 * The base class for a PEL section. It contains the SectionHeader
16 class Section class
19 Section() = default;
20 virtual ~Section() = default;
21 Section(const Section&) = default;
22 Section& operator=(const Section&) = default;
23 Section(Section&&) = default;
24 Section& operator=(Section&&) = default;
35 * @brief Flatten the section into the stream
43 * @brief Returns the flattened size of the section header
51 * @brief The section header structure.