![]() |
PandA-2024.02
|
Specification of the data structure associated with a node during aadl parsing. More...

Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &os, const AadlParserNode &aadl_parser_node) |
| Header include. More... | |
Specification of the data structure associated with a node during aadl parsing.
Definition in file aadl_parser_node.cpp.
| std::ostream& operator<< | ( | std::ostream & | os, |
| const AadlParserNode & | aadl_parser_node | ||
| ) |
Header include.
Friend definition of the << operator.
| os | is the output stream |
| to_be_printed | is the node to be printed |
Definition at line 45 of file aadl_parser_node.cpp.
References AadlParserNode::features, AadlParserNode::property_associations, and AadlParserNode::strg.
1.8.13