|
LibSWOC++ 1.5.14
Solid Wall of C++
|
#include <IPAddr.h>

Public Attributes | |
| word_store_type | _store = {0} |
| 0 is MSW, 1 is LSW. | |
| quad_store_type | _quad |
| By quad. | |
| raw_type | _raw |
| By byte. | |
| in6_addr | _in6 |
| By networking type (but in host order!) | |
Type for digging around inside the address, with the various forms of access. These are in sort of host order - _store elements are host order, but the MSW and LSW are swapped (big-endian). This makes various bits of the implementation easier. Conversion to and from network order is via the reorder method.
| in6_addr swoc::IP6Addr::Addr::_in6 |
| quad_store_type swoc::IP6Addr::Addr::_quad |
| word_store_type swoc::IP6Addr::Addr::_store = {0} |