40 #ifndef AADL_PARSER_NODE_HPP 41 #define AADL_PARSER_NODE_HPP 65 std::list<std::pair<std::string, CustomMap<std::string, std::string>>>
features;
friend std::ostream & operator<<(std::ostream &os, const AadlParserNode &aadl_parser_node)
Friend definition of the << operator.
std::list< std::pair< std::string, CustomMap< std::string, std::string > > > features
A list of feature provided by something.
CustomOrderedMap< T, U > CustomMap
redefinition of map to manage ordered/unordered structures
std::string strg
A string associated with this node.
CustomMap< std::string, std::string > property_associations
A set of property associations.