odtone::mih::link_tuple_id
// In header: </home/carlos/Projectos/odtone/inc/odtone/mih/types/link.hpp> class link_tuple_id : public odtone::mih::link_id { public: // construct/copy/destruct link_tuple_id(); // public member functions template<typename ArchiveT> void serialize(ArchiveT &); bool operator==(const link_tuple_id &) const; // public data members boost::variant< null, link_addr > poa_addr; };
LINK_TUPLE_ID data type.
link_tuple_id
public member functionstemplate<typename ArchiveT> void serialize(ArchiveT & ar);
Serialize/deserialize the LINK_TUPLE_ID data type.
Parameters: |
|
bool operator==(const link_tuple_id & other) const;
Check if the LINK_TUPLE_ID data type is equal to another LINK_TUPLE_ID.
Parameters: |
|
||
Returns: |
True if they are equal or false otherwise. |
link_tuple_id
public
public data membersboost::variant< null, link_addr > poa_addr;
PoA link address.