12 #ifndef __ICEPAIRS_H__ 13 #define __ICEPAIRS_H__ 45 #endif // __ICEPAIRS_H__
udword id0
First index of the pair.
inline_ void DeleteLastPair()
udword id1
Second index of the pair.
inline_ const Pair * GetPairs() const
inline_ BOOL IsNotEmpty() const
Checks the container is empty.
inline_ void DeleteLastEntry()
Deletes the very last entry.
inline_ udword GetNbPairs() const
int BOOL
Another boolean type.
inline_ void AddPair(const Pair &p)
unsigned int udword
sizeof(udword) must be 4
inline_ Container & Add(udword entry)
inline_ const Pair * GetPair(udword i) const
inline_ Pair(udword i0, udword i1)
inline_ udword GetNbEntries() const
Returns the current number of entries.
inline_ udword * GetEntries() const
Returns the list of entries.
inline_ BOOL HasPairs() const
inline_ void ResetPairs()
inline_ void AddPair(udword id0, udword id1)
A generic couple structure.