CIAO
1.2.0
|
A cookie implementation using an unsigned integer big enough to hold an address, even on a 64-bit machine. More...
#include <Cookies.h>
Public Member Functions | |
Cookie_Impl (void) | |
virtual | ~Cookie_Impl (void) |
Cookie_Impl (ptrdiff_t const &key) | |
Initialize a Cookie with a ptrdiff_t . More... | |
Static Public Member Functions | |
static bool | extract (Components::Cookie const *const c, ptrdiff_t &key) |
Extract the CORBA::ULong . More... | |
A cookie implementation using an unsigned integer big enough to hold an address, even on a 64-bit machine.
CIAO::Cookie_Impl::Cookie_Impl | ( | void | ) |
|
virtual |
CIAO::Cookie_Impl::Cookie_Impl | ( | ptrdiff_t const & | key | ) |
Initialize a Cookie
with a ptrdiff_t
.
|
static |
Extract the CORBA::ULong
.