26 #ifndef POSSIBLECONTACTLIST_H
27 #define POSSIBLECONTACTLIST_H
53 logger(
DEBUG,
"PossibleContactList() constructor finished.");
96 while (Curr !=
nullptr)
118 O->setFirstPossibleContact(Curr->
getNext(O));
125 P->setFirstPossibleContact(
nullptr);
134 os <<
"Possible contacts are: " << std::endl;
138 os << *it << std::endl;
unsigned int getIndex() const
Returns the index of the object in the handler.
Logger< MERCURY_LOGLEVEL > logger("MercuryKernel")