82 assert(p_info <= 1 && p_info >= -1);
Entry identifier class for items of a DataSet.
int getIdx() const
gets the index number (idx) of the DataKey.
int info
user information to store values -1, 0, +1
DataKey(int p_info, int p_idx)
bool isValid() const
returns TRUE, iff the DataKey is valid.
void setIdx(int p_idx)
sets the index number (idx) of the DataKey.
void inValidate()
makes the DataKey invalid and clears the info field.
DataKey()
Default constructor. Constructs an invalid DataKey.
int idx
(locally) unique key index
Everything should be within this namespace.