Porytiles
Loading...
Searching...
No Matches
porytiles::TolerantEnumScan Struct Reference

The result of a tolerant enum scan. More...

#include <tolerant_scan.hpp>

Collaboration diagram for porytiles::TolerantEnumScan:
[legend]

Public Attributes

std::vector< TolerantEnumenums
 
std::vector< SkippedConstructskipped
 

Detailed Description

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.

Member Data Documentation

◆ enums

std::vector<TolerantEnum> porytiles::TolerantEnumScan::enums

Definition at line 65 of file tolerant_scan.hpp.

◆ skipped

std::vector<SkippedConstruct> porytiles::TolerantEnumScan::skipped

Definition at line 66 of file tolerant_scan.hpp.


The documentation for this struct was generated from the following file: