odtone::mih::other_l2_addr
// In header: </home/carlos/Projectos/odtone/inc/odtone/mih/types/address.hpp> struct other_l2_addr { // public member functions template<typename ArchiveT> void serialize(ArchiveT &); bool operator==(const other_l2_addr &) const; // friend functions friend std::ostream & operator<<(std::ostream &, const other_l2_addr &); // public data members octet_string value; };
Define OTHER_L2_ADDR data type.
other_l2_addr
public member functionstemplate<typename ArchiveT> void serialize(ArchiveT & ar);
Serialize/deserialize the OTHER_L2_ADDR data type.
Parameters: |
|
bool operator==(const other_l2_addr & other) const;
Check if the OTHER_L2_ADDR is equal to another OTHER_L2_ADDR.
Parameters: |
|
||
Returns: |
True if they are equal or false otherwise. |
other_l2_addr
friend functionsfriend std::ostream & operator<<(std::ostream & out, const other_l2_addr & addr);
OTHER_L2_ADDR data type output.
Parameters: |
|
||||
Returns: |
ostream reference. |