Definition at line 60 of file qhostaddress.h.
#include <qhostaddress.h>
Public Member Functions |
|
| quint8 & | operator[] (int index) |
| quint8 | operator[] (int index) const |
Public Attributes |
|
| quint8 | c [16] |
| quint8& operator[] | ( | int | index | ) | [inline] |
Definition at line 63 of file qhostaddress.h.
{ return c[index]; }
| quint8 operator[] | ( | int | index | ) | const [inline] |
Definition at line 64 of file qhostaddress.h.
{ return c[index]; }
Definition at line 65 of file qhostaddress.h.