odtone::mih::network_type
// In header: </home/carlos/Projectos/odtone/inc/odtone/mih/types/information.hpp> struct network_type { // construct/copy/destruct network_type(); // public member functions template<typename ArchiveT> void serialize(ArchiveT &); // friend functions friend std::ostream & operator<<(std::ostream &, const network_type &); // public data members boost::variant< null, link_type > link; boost::variant< null, netsubtype > subtype; boost::variant< null, type_ext > typeext; };
NETWORK_TYPE data type.
network_type
friend functionsfriend std::ostream & operator<<(std::ostream & os, const network_type & nt);
NETWORK_TYPE data type output.
Parameters: |
|
||||
Returns: |
ostream reference. |
network_type
public
public data membersboost::variant< null, link_type > link;
Link type
boost::variant< null, netsubtype > subtype;
Link subtype
boost::variant< null, type_ext > typeext;
Link type extension