#include <Timeout.h>
Public Member Functions | |
Label (const std::string &s, void *p=0) | |
Label (const char *s, void *p=0) | |
bool | operator== (const Label &l) const |
bool | operator< (const Label &l) const |
const std::string & | getString () const |
However, it also allows the use of a (never to be dereferenced) pointer for uniqueness, for, e.g., multiple Connection instances registering the same Timeout.