40 #ifndef ASN_PARSER_NODE_HPP 41 #define ASN_PARSER_NODE_HPP std::list< std::pair< std::string, AsnTypeRef > > element_type_list
List of pair name type.
AsnTypeRef asn_type
A asn type.
redefinition of map to manage ordered/unordered structures
friend std::ostream & operator<<(std::ostream &os, const AsnParserNode &asn_parser_node)
Friend definition of the << operator.
Data associated with a node of the asn parser.
REF_FORWARD_DECL(AsnType)
STD include.
Template definition of refcount.
std::string strg
A string associated with this node.
std::list< std::pair< std::string, unsigned int > > named_number_list
List of named number.