Alamo
Data Fields
IO::InputScraper::FlowNode Struct Reference

#include <InputScraper.H>

Data Fields

std::string kind = "input"
 
std::string input
 
std::source_location location
 
bool has_unnamed_default = false
 
std::vector< FlowBranchbranches
 
std::vector< FlowNodechildren
 

Detailed Description

Definition at line 28 of file InputScraper.H.

Field Documentation

◆ branches

std::vector<FlowBranch> IO::InputScraper::FlowNode::branches

Definition at line 34 of file InputScraper.H.

◆ children

std::vector<FlowNode> IO::InputScraper::FlowNode::children

Definition at line 35 of file InputScraper.H.

◆ has_unnamed_default

bool IO::InputScraper::FlowNode::has_unnamed_default = false

Definition at line 33 of file InputScraper.H.

◆ input

std::string IO::InputScraper::FlowNode::input

Definition at line 31 of file InputScraper.H.

◆ kind

std::string IO::InputScraper::FlowNode::kind = "input"

Definition at line 30 of file InputScraper.H.

◆ location

std::source_location IO::InputScraper::FlowNode::location

Definition at line 32 of file InputScraper.H.


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