|
Alamo
|
#include <InputScraper.H>
Data Structures | |
| struct | Condition |
| struct | Constraint |
Data Fields | |
| std::string | kind = "scope" |
| std::string | name |
| std::string | full_name |
| std::string | directive |
| std::source_location | location |
| std::vector< std::string > | options |
| bool | required = false |
| bool | has_default = false |
| bool | has_default_value = false |
| bool | has_unnamed_default = false |
| std::string | default_value |
| std::vector< std::vector< Condition > > | contexts |
| std::vector< Constraint > | constraints |
| std::vector< InputNode > | children |
Definition at line 38 of file InputScraper.H.
| std::vector<InputNode> IO::InputScraper::InputNode::children |
Definition at line 69 of file InputScraper.H.
| std::vector<Constraint> IO::InputScraper::InputNode::constraints |
Definition at line 68 of file InputScraper.H.
| std::vector<std::vector<Condition> > IO::InputScraper::InputNode::contexts |
Definition at line 67 of file InputScraper.H.
| std::string IO::InputScraper::InputNode::default_value |
Definition at line 66 of file InputScraper.H.
| std::string IO::InputScraper::InputNode::directive |
Definition at line 59 of file InputScraper.H.
| std::string IO::InputScraper::InputNode::full_name |
Definition at line 58 of file InputScraper.H.
| bool IO::InputScraper::InputNode::has_default = false |
Definition at line 63 of file InputScraper.H.
| bool IO::InputScraper::InputNode::has_default_value = false |
Definition at line 64 of file InputScraper.H.
| bool IO::InputScraper::InputNode::has_unnamed_default = false |
Definition at line 65 of file InputScraper.H.
| std::string IO::InputScraper::InputNode::kind = "scope" |
Definition at line 56 of file InputScraper.H.
| std::source_location IO::InputScraper::InputNode::location |
Definition at line 60 of file InputScraper.H.
| std::string IO::InputScraper::InputNode::name |
Definition at line 57 of file InputScraper.H.
| std::vector<std::string> IO::InputScraper::InputNode::options |
Definition at line 61 of file InputScraper.H.
| bool IO::InputScraper::InputNode::required = false |
Definition at line 62 of file InputScraper.H.