PandA-2024.02
Data Fields | Friends
AadlParserNode Struct Reference

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...
 

Detailed Description

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.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
const AadlParserNode aadl_parser_node 
)
friend

Friend definition of the << operator.

Parameters
osis the output stream
to_be_printedis the node to be printed

Definition at line 45 of file aadl_parser_node.cpp.

Field Documentation

◆ features

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<<().

◆ property_associations

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<<().

◆ strg

std::string AadlParserNode::strg

A string associated with this node.

Definition at line 59 of file aadl_parser_node.hpp.

Referenced by operator<<().


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

Generated on Mon Feb 12 2024 13:03:43 for PandA-2024.02 by doxygen 1.8.13