|
Alamo
|
#include <InputScraper.H>
Data Fields | |
| std::string | kind = "input" |
| std::string | input |
| std::source_location | location |
| bool | has_unnamed_default = false |
| std::vector< FlowBranch > | branches |
| std::vector< FlowNode > | children |
Definition at line 28 of file InputScraper.H.
| std::vector<FlowBranch> IO::InputScraper::FlowNode::branches |
Definition at line 34 of file InputScraper.H.
| std::vector<FlowNode> IO::InputScraper::FlowNode::children |
Definition at line 35 of file InputScraper.H.
| bool IO::InputScraper::FlowNode::has_unnamed_default = false |
Definition at line 33 of file InputScraper.H.
| std::string IO::InputScraper::FlowNode::input |
Definition at line 31 of file InputScraper.H.
| std::string IO::InputScraper::FlowNode::kind = "input" |
Definition at line 30 of file InputScraper.H.
| std::source_location IO::InputScraper::FlowNode::location |
Definition at line 32 of file InputScraper.H.