#include <IPv6ExtensionHeaders_m.h>
Inheritance diagram for IPv6AuthenticationHeader:
IPv6ExtensionHeaders.msg
by opp_msgc. class IPv6AuthenticationHeader extends IPv6ExtensionHeader { properties: omitGetVerb = true; fields: };
Public Member Functions | |
IPv6AuthenticationHeader () | |
IPv6AuthenticationHeader (const IPv6AuthenticationHeader &other) | |
virtual | ~IPv6AuthenticationHeader () |
IPv6AuthenticationHeader & | operator= (const IPv6AuthenticationHeader &other) |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
Protected Member Functions | |
bool | operator== (const IPv6AuthenticationHeader &) |
IPv6AuthenticationHeader::IPv6AuthenticationHeader | ( | ) |
IPv6AuthenticationHeader::IPv6AuthenticationHeader | ( | const IPv6AuthenticationHeader & | other | ) |
virtual IPv6AuthenticationHeader::~IPv6AuthenticationHeader | ( | ) | [virtual] |
virtual void IPv6AuthenticationHeader::netPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from IPv6ExtensionHeader_Base.
virtual void IPv6AuthenticationHeader::netUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from IPv6ExtensionHeader_Base.
IPv6AuthenticationHeader& IPv6AuthenticationHeader::operator= | ( | const IPv6AuthenticationHeader & | other | ) |
bool IPv6AuthenticationHeader::operator== | ( | const IPv6AuthenticationHeader & | ) | [protected] |