CIAO
1.0.8
|
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 . | |
Static Public Member Functions | |
static bool | extract (Components::Cookie const *const c, ptrdiff_t &key) |
Extract the CORBA::ULong . |
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 | ) |
CIAO::Cookie_Impl::~Cookie_Impl | ( | void | ) | [virtual] |
CIAO::Cookie_Impl::Cookie_Impl | ( | ptrdiff_t const & | key | ) |
Initialize a Cookie
with a ptrdiff_t
.
bool CIAO::Cookie_Impl::extract | ( | Components::Cookie const *const | c, |
ptrdiff_t & | key | ||
) | [static] |
Extract the CORBA::ULong
.