|
INET Framework for OMNeT++/OMNEST
|
#include <IPv6ExtensionHeaders_m.h>
Public Member Functions | |
| IPv6AuthenticationHeader () | |
| IPv6AuthenticationHeader (const IPv6AuthenticationHeader &other) | |
| virtual | ~IPv6AuthenticationHeader () |
| IPv6AuthenticationHeader & | operator= (const IPv6AuthenticationHeader &other) |
| virtual IPv6AuthenticationHeader * | dup () const |
| virtual void | parsimPack (cCommBuffer *b) |
| virtual void | parsimUnpack (cCommBuffer *b) |
Protected Member Functions | |
| bool | operator== (const IPv6AuthenticationHeader &) |
Private Member Functions | |
| void | copy (const IPv6AuthenticationHeader &other) |
Class generated from networklayer/ipv6/IPv6ExtensionHeaders.msg by opp_msgc.
class IPv6AuthenticationHeader extends IPv6ExtensionHeader { }
Definition at line 195 of file IPv6ExtensionHeaders_m.h.
Referenced by dup().
| virtual IPv6AuthenticationHeader::~IPv6AuthenticationHeader | ( | ) | [virtual] |
| void IPv6AuthenticationHeader::copy | ( | const IPv6AuthenticationHeader & | other | ) | [private] |
| virtual IPv6AuthenticationHeader* IPv6AuthenticationHeader::dup | ( | ) | const [inline, virtual] |
Reimplemented from IPv6ExtensionHeader.
Definition at line 211 of file IPv6ExtensionHeaders_m.h.
{return new IPv6AuthenticationHeader(*this);}
| IPv6AuthenticationHeader& IPv6AuthenticationHeader::operator= | ( | const IPv6AuthenticationHeader & | other | ) |
| bool IPv6AuthenticationHeader::operator== | ( | const IPv6AuthenticationHeader & | ) | [protected] |
| virtual void IPv6AuthenticationHeader::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from IPv6ExtensionHeader_Base.
Referenced by doPacking().
| virtual void IPv6AuthenticationHeader::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from IPv6ExtensionHeader_Base.
Referenced by doUnpacking().