PandA-2024.02
|
Specification of the data structure associated with a node during asn parsing. More...
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const AsnParserNode &asn_parser_node) |
Header include. More... | |
Specification of the data structure associated with a node during asn parsing.
Definition in file asn_parser_node.cpp.
std::ostream& operator<< | ( | std::ostream & | os, |
const AsnParserNode & | asn_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 asn_parser_node.cpp.
References AsnParserNode::strg.