|
BDE 4.39.x Production Release
|
#include <bdlcc_timequeue.h>
This type is a wrapper around a void pointer that will be supplied and used by clients to uniquely identify an item in the queue.
See bdlcc_timequeue
Public Member Functions | |
| Key (const void *key) | |
| Key (int key) | |
| ~Key () | |
| bool | operator== (const Key &rhs) const |
| bool | operator!= (const Key &rhs) const |
|
inlineexplicit |
Create a Key object having the specified key value.
|
inlineexplicit |
Create a Key object having the specified key value cast to a void *.
|
inline |
Destroy this Key object.
|
inline |
Return true if this object does not have the same value as the specified rhs object, and false otherwise.
|
inline |
Return true if this object has the same value as the specified rhs object, and false otherwise.