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