PandA-2024.02
|
STD include. More...
#include <aadl_parser_node.hpp>
Data Fields | |
std::string | strg |
A string associated with this node. More... | |
CustomMap< std::string, std::string > | property_associations |
A set of property associations. More... | |
std::list< std::pair< std::string, CustomMap< std::string, std::string > > > | features |
A list of feature provided by something. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const AadlParserNode &aadl_parser_node) |
Friend definition of the << operator. More... | |
STD include.
STL include utility include Data associated with a node of the aadl parser
Definition at line 56 of file aadl_parser_node.hpp.
|
friend |
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.
std::list<std::pair<std::string, CustomMap<std::string, std::string> > > AadlParserNode::features |
A list of feature provided by something.
Definition at line 65 of file aadl_parser_node.hpp.
Referenced by operator<<().
CustomMap<std::string, std::string> AadlParserNode::property_associations |
A set of property associations.
Definition at line 62 of file aadl_parser_node.hpp.
Referenced by operator<<().
std::string AadlParserNode::strg |
A string associated with this node.
Definition at line 59 of file aadl_parser_node.hpp.
Referenced by operator<<().