Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Type __asn_base_type

boost::asn1::__asn_base_type —

Synopsis


enum __asn_base_type { asn_none, asn_base, asn_pdu, asn_pdu_of, asn_choice };

Description

Used to identify a base type for type recognition in the pdu_base_x_t templates when transfering data to and from structures.

asn_none
Uninitialized base type.
asn_base
asn_base_t type
asn_pdu
pdu_base_t type
asn_pdu_of
pdu_base_of_t type
asn_choice
choice type
Copyright © 2007 Andreas Haberstroh

PrevUpHomeNext