|
BDE 4.14.0 Production release
|
#include <bdlcc_timequeue.h>
Public Member Functions | |
| Key (const void *key) | |
Create a Key object having the specified key value. | |
| Key (int key) | |
| ~Key () | |
Destroy this Key object. | |
| bool | operator== (const Key &rhs) const |
| bool | operator!= (const Key &rhs) const |
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
|
inlineexplicit |
|
inlineexplicit |
Create a Key object having the specified key value cast to a void *.
|
inline |
|
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.