IPv6Address.h File Reference

#include <omnetpp.h>
#include <iostream>
#include <string>
#include "INETDefs.h"

Classes

class  IPv6Address

Functions

std::ostream & operator<< (std::ostream &os, const IPv6Address &ip)
void doPacking (cCommBuffer *buf, const IPv6Address &addr)
void doUnpacking (cCommBuffer *buf, IPv6Address &addr)


Function Documentation

void doPacking ( cCommBuffer *  buf,
const IPv6Address addr 
) [inline]

00300 {
00301     buf->pack(addr.words(), 4);
00302 }

void doUnpacking ( cCommBuffer *  buf,
IPv6Address addr 
) [inline]

00305 {
00306     buf->unpack(addr.words(), 4);
00307 }

std::ostream& operator<< ( std::ostream &  os,
const IPv6Address ip 
) [inline]

FIXME TBD turn it into a proper class

00295 {
00296     return os << ip.str();
00297 }


Generated on Fri Mar 20 18:51:17 2009 for INET Framework for OMNeT++/OMNEST by  doxygen 1.5.5