QIPv6Address Class Reference

#include <qhostaddress.h>

List of all members.


Detailed Description

Definition at line 37 of file qhostaddress.h.

Public Member Functions

quint8operator[] (int index)
quint8 operator[] (int index) const

Public Attributes

quint8 c [16]


Member Function Documentation

quint8& QIPv6Address::operator[] ( int  index  )  [inline]

Definition at line 40 of file qhostaddress.h.

References c.

00040 { return c[index]; }

quint8 QIPv6Address::operator[] ( int  index  )  const [inline]

Definition at line 41 of file qhostaddress.h.

References c.

00041 { return c[index]; }


Member Data Documentation

quint8 QIPv6Address::c[16]

Definition at line 42 of file qhostaddress.h.


The documentation for this class was generated from the following file:
Generated on Thu Mar 15 18:04:46 2007 for Qt 4.2 User's Guide by  doxygen 1.5.1