#include <IcePairs.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 25 of file IcePairs.h.
| Pairs::Pairs | ( | ) | [inline] |
Definition at line 29 of file IcePairs.h.
| Pairs::~Pairs | ( | ) | [inline] |
Definition at line 30 of file IcePairs.h.
| inline_ void Pairs::AddPair | ( | const Pair & | p | ) | [inline] |
Definition at line 41 of file IcePairs.h.
| inline_ void Pairs::AddPair | ( | udword | id0, |
| udword | id1 | ||
| ) | [inline] |
Definition at line 42 of file IcePairs.h.
| inline_ void Pairs::DeleteLastPair | ( | ) | [inline] |
Definition at line 39 of file IcePairs.h.
| inline_ udword Pairs::GetNbPairs | ( | ) | const [inline] |
Definition at line 32 of file IcePairs.h.
| inline_ const Pair* Pairs::GetPair | ( | udword | i | ) | const [inline] |
Definition at line 34 of file IcePairs.h.
| inline_ const Pair* Pairs::GetPairs | ( | ) | const [inline] |
Definition at line 33 of file IcePairs.h.
| inline_ BOOL Pairs::HasPairs | ( | ) | const [inline] |
Definition at line 36 of file IcePairs.h.
| inline_ void Pairs::ResetPairs | ( | ) | [inline] |
Definition at line 38 of file IcePairs.h.