INET Framework for OMNeT++/OMNEST
IPv6HopByHopOptionsHeader Class Reference

#include <IPv6ExtensionHeaders_m.h>

Inheritance diagram for IPv6HopByHopOptionsHeader:
IPv6ExtensionHeader IPv6ExtensionHeader_Base

List of all members.

Public Member Functions

 IPv6HopByHopOptionsHeader ()
 IPv6HopByHopOptionsHeader (const IPv6HopByHopOptionsHeader &other)
virtual ~IPv6HopByHopOptionsHeader ()
IPv6HopByHopOptionsHeaderoperator= (const IPv6HopByHopOptionsHeader &other)
virtual IPv6HopByHopOptionsHeaderdup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)

Protected Member Functions

bool operator== (const IPv6HopByHopOptionsHeader &)

Private Member Functions

void copy (const IPv6HopByHopOptionsHeader &other)

Detailed Description

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

 class IPv6HopByHopOptionsHeader extends IPv6ExtensionHeader
 {
 }
 

Definition at line 31 of file IPv6ExtensionHeaders_m.h.


Constructor & Destructor Documentation


Member Function Documentation

virtual IPv6HopByHopOptionsHeader* IPv6HopByHopOptionsHeader::dup ( ) const [inline, virtual]

Reimplemented from IPv6ExtensionHeader.

Definition at line 47 of file IPv6ExtensionHeaders_m.h.

{return new IPv6HopByHopOptionsHeader(*this);}
IPv6HopByHopOptionsHeader& IPv6HopByHopOptionsHeader::operator= ( const IPv6HopByHopOptionsHeader other)
bool IPv6HopByHopOptionsHeader::operator== ( const IPv6HopByHopOptionsHeader ) [protected]
virtual void IPv6HopByHopOptionsHeader::parsimPack ( cCommBuffer *  b) [virtual]

Reimplemented from IPv6ExtensionHeader_Base.

Referenced by doPacking().

virtual void IPv6HopByHopOptionsHeader::parsimUnpack ( cCommBuffer *  b) [virtual]

Reimplemented from IPv6ExtensionHeader_Base.

Referenced by doUnpacking().


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