QIPv6Address Class Reference

QIPv6Address Class Reference

#include <qhostaddress.h>

Class Description

Definition at line 60 of file qhostaddress.h.

Public Member Functions

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

Public Attributes

quint8 c [16]
 

Member Function Documentation

quint8& operator[] ( int  index)
inline

Definition at line 63 of file qhostaddress.h.

63 { return c[index]; }
const GLubyte * c
Definition: GLee.h:5419
GLuint index
Definition: GLee.h:1704
quint8 operator[] ( int  index) const
inline

Definition at line 64 of file qhostaddress.h.

64 { return c[index]; }
const GLubyte * c
Definition: GLee.h:5419
GLuint index
Definition: GLee.h:1704

Member Data Documentation

quint8 c[16]

Definition at line 65 of file qhostaddress.h.


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