5#ifndef ATHLINKS_TOOLS_IDENTCONTINDEX_H
6# define ATHLINKS_TOOLS_IDENTCONTINDEX_H
unsigned short objIndex() const
object index in collection
void setHashAndIndex(unsigned int hashAndIndex)
Setters of hash, obj index and combined index.
unsigned short m_collHash
void setCollHash(unsigned short hash)
set object index in collection
void setObjIndex(unsigned short index)
set combined index
unsigned int hashAndIndex() const
combined index
unsigned short collHash() const
Accessor to hash, obj index and combined index.
unsigned short m_objIndex
bool isValid() const
check that both fields are set
IdentContIndex()
Constructors.