INET Framework for OMNeT++/OMNEST
IPv6AuthenticationHeader Class Reference

#include <IPv6ExtensionHeaders_m.h>

Inheritance diagram for IPv6AuthenticationHeader:
IPv6ExtensionHeader IPv6ExtensionHeader_Base

List of all members.

Public Member Functions

 IPv6AuthenticationHeader ()
 IPv6AuthenticationHeader (const IPv6AuthenticationHeader &other)
virtual ~IPv6AuthenticationHeader ()
IPv6AuthenticationHeaderoperator= (const IPv6AuthenticationHeader &other)
virtual IPv6AuthenticationHeaderdup () 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)

Detailed Description

Class generated from networklayer/ipv6/IPv6ExtensionHeaders.msg by opp_msgc.

 class IPv6AuthenticationHeader extends IPv6ExtensionHeader
 {
 }
 

Definition at line 195 of file IPv6ExtensionHeaders_m.h.


Constructor & Destructor Documentation


Member Function Documentation

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().


The documentation for this class was generated from the following file: