INET Framework for OMNeT++/OMNEST
AnsaOSPF::IPv4Address Struct Reference

#include <AnsaOSPFcommon.h>

List of all members.

Public Member Functions

unsigned int asInt ()

Public Attributes

unsigned char bytes [4]

Detailed Description

Definition at line 52 of file AnsaOSPFcommon.h.


Member Function Documentation

unsigned int AnsaOSPF::IPv4Address::asInt ( ) [inline]

Definition at line 56 of file AnsaOSPFcommon.h.

Referenced by operator<().

{ return (bytes[0]<<24) | bytes[1]<<16 | bytes[2]<<8 | bytes[3]; }

Member Data Documentation


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