#include <OPC_IceHook.h>
Public Member Functions | |
inline_ void | AddPair (const Pair &p) |
inline_ void | AddPair (udword id0, udword id1) |
inline_ void | DeleteLastPair () |
inline_ udword | GetNbPairs () const |
inline_ const Pair * | GetPair (udword i) const |
inline_ const Pair * | GetPairs () const |
inline_ BOOL | HasPairs () const |
Pairs () | |
inline_ void | ResetPairs () |
~Pairs () |
Definition at line 26 of file OPC_IceHook.h.
IceCore::Pairs::Pairs | ( | ) | [inline] |
Definition at line 30 of file OPC_IceHook.h.
IceCore::Pairs::~Pairs | ( | ) | [inline] |
Definition at line 31 of file OPC_IceHook.h.
inline_ void IceCore::Pairs::AddPair | ( | const Pair & | p | ) | [inline] |
Definition at line 42 of file OPC_IceHook.h.
inline_ void IceCore::Pairs::AddPair | ( | udword | id0, |
udword | id1 | ||
) | [inline] |
Definition at line 43 of file OPC_IceHook.h.
inline_ void IceCore::Pairs::DeleteLastPair | ( | ) | [inline] |
Definition at line 40 of file OPC_IceHook.h.
inline_ udword IceCore::Pairs::GetNbPairs | ( | ) | const [inline] |
Definition at line 33 of file OPC_IceHook.h.
inline_ const Pair* IceCore::Pairs::GetPair | ( | udword | i | ) | const [inline] |
Definition at line 35 of file OPC_IceHook.h.
inline_ const Pair* IceCore::Pairs::GetPairs | ( | ) | const [inline] |
Definition at line 34 of file OPC_IceHook.h.
inline_ BOOL IceCore::Pairs::HasPairs | ( | ) | const [inline] |
Definition at line 37 of file OPC_IceHook.h.
inline_ void IceCore::Pairs::ResetPairs | ( | ) | [inline] |
Definition at line 39 of file OPC_IceHook.h.