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