Since some of the callbacks need variously an integer or a pointer, this class puns an integer and a void *.
See ss_m::sort_file
Definition at line 171 of file sort_s.h.
Public Member Functions | |
key_cookie_t () | |
key_cookie_t (int i) | |
Create a cookie from an integer. | |
key_cookie_t (void *v) | |
Create a cookie from a pointer. | |
int | make_int () const |
Extract integer value. | |
int | make_smsize_t () const |
Extract smsize_t value. | |
void * | make_ptr () const |
Extract ptr value. | |
Static Public Attributes | |
static key_cookie_t | null |