A generic couple structure. More...
#include <OPC_IceHook.h>
Public Member Functions | |
inline_ | Pair () |
inline_ | Pair (udword i0, udword i1) |
Public Attributes | |
udword | id0 |
First index of the pair. More... | |
udword | id1 |
Second index of the pair. More... | |
A generic couple structure.
Definition at line 17 of file OPC_IceHook.h.
|
inline |
Definition at line 19 of file OPC_IceHook.h.
Definition at line 20 of file OPC_IceHook.h.
udword IceCore::Pair::id0 |
First index of the pair.
Definition at line 22 of file OPC_IceHook.h.
udword IceCore::Pair::id1 |
Second index of the pair.
Definition at line 23 of file OPC_IceHook.h.