|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
#include <ReportSection.hpp>
Public 属性 | |
| std::string | name_ |
| std::string | className_ |
| bool | nameInTitle_ = true |
| EExpandMethod | expandMethod_ = EExpandMethod::eNone |
| int | propMask_ = 2 |
| bool | showIntervals_ = false |
| int | numIntervals_ = 0 |
| std::vector< ReportLine > | lines_ |
报表数据段
对应 ReportStyle 文件中的 Section 块。 一个 Section 包含多个 Line,每个 Line 包含多个 Element。