#include <source/ariba/utility/transport/tcpip/protlib/protlib_types.h>
Public Member Functions | |
| uint128 () | |
| uint128 (uint32 w1, uint32 w2, uint32 w3, uint32 w4) | |
| bool | operator== (const uint128 &val) const |
Public Attributes | |
| uint32 | w1 |
| uint32 | w2 |
| uint32 | w3 |
| uint32 | w4 |
Definition at line 127 of file protlib_types.h.
| protlib::uint128::uint128 | ( | ) | [inline] |
Definition at line 133 of file protlib_types.h.
Definition at line 134 of file protlib_types.h.
| bool protlib::uint128::operator== | ( | const uint128 & | val | ) | const [inline] |
Definition at line 129 of file protlib_types.h.
Referenced by protlib::NetMsg::decode128(), protlib::NetMsg::encode128(), and operator==().
Definition at line 130 of file protlib_types.h.
Referenced by protlib::NetMsg::decode128(), protlib::NetMsg::encode128(), and operator==().
Definition at line 131 of file protlib_types.h.
Referenced by protlib::NetMsg::decode128(), protlib::NetMsg::encode128(), and operator==().
Definition at line 132 of file protlib_types.h.
Referenced by protlib::NetMsg::decode128(), protlib::NetMsg::encode128(), and operator==().
1.6.1