PandA-2024.02
Data Fields | Friends
AsnParserNode Struct Reference

Data associated with a node of the asn parser. More...

#include <asn_parser_node.hpp>

Collaboration diagram for AsnParserNode:
Collaboration graph
[legend]

Data Fields

std::string strg
 A string associated with this node. More...
 
AsnTypeRef asn_type
 A asn type. More...
 
std::list< std::pair< std::string, AsnTypeRef > > element_type_list
 List of pair name type. More...
 
std::list< std::pair< std::string, unsigned int > > named_number_list
 List of named number. More...
 

Friends

std::ostream & operator<< (std::ostream &os, const AsnParserNode &asn_parser_node)
 Friend definition of the << operator. More...
 

Detailed Description

Data associated with a node of the asn parser.

Definition at line 59 of file asn_parser_node.hpp.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
const AsnParserNode asn_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 asn_parser_node.cpp.

Field Documentation

◆ asn_type

AsnTypeRef AsnParserNode::asn_type

A asn type.

Definition at line 65 of file asn_parser_node.hpp.

◆ element_type_list

std::list<std::pair<std::string, AsnTypeRef> > AsnParserNode::element_type_list

List of pair name type.

Definition at line 68 of file asn_parser_node.hpp.

◆ named_number_list

std::list<std::pair<std::string, unsigned int> > AsnParserNode::named_number_list

List of named number.

Definition at line 71 of file asn_parser_node.hpp.

◆ strg

std::string AsnParserNode::strg

A string associated with this node.

Definition at line 62 of file asn_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:44 for PandA-2024.02 by doxygen 1.8.13