|
Porytiles
|
The result of a tolerant enum scan. More...
#include <tolerant_scan.hpp>
Public Attributes | |
| std::vector< TolerantEnum > | enums |
| std::vector< SkippedConstruct > | skipped |
The result of a tolerant enum scan.
enums holds every enum that parsed structurally, each with per-member values that may be absent. skipped holds enums that could not be parsed structurally (for example a malformed body).
Definition at line 64 of file tolerant_scan.hpp.
| std::vector<TolerantEnum> porytiles::TolerantEnumScan::enums |
Definition at line 65 of file tolerant_scan.hpp.
| std::vector<SkippedConstruct> porytiles::TolerantEnumScan::skipped |
Definition at line 66 of file tolerant_scan.hpp.