Public Member Functions |
| C1 (const C1 &o) |
C1 & | operator= (const C1 &p) |
const C1 * | deliver_C1Cp () const |
const C1 & | deliver_C1Cr () const |
void | take_C1Cp (const C1 *cp) const |
void | take_C1Cr (const C1 &cp) const |
C1 * | deliver_C1p () |
C1 & | deliver_C1r () |
void | take_C1p (C1 *p) |
void | take_C1r (C1 &p) |
| C0 (const C0 &o) |
C0 & | operator= (const C0 &o) |
void | check (int64_t id) const |
void | print () const |
const C0 * | deliver_C0Cp () const |
const C0 & | deliver_C0Cr () const |
void | take_C0Cp (const C0 *cp) const |
void | take_C0Cr (const C0 &cp) const |
C0 * | deliver_C0p () |
C0 & | deliver_C0r () |
void | take_C0p (C0 *p) |
void | take_C0r (C0 &p) |
Static Public Member Functions |
static void | init () |
static void | finit () |
static C1 * | pass (C1 *c1) |
static const C1 * | pass (const C1 *c1) |
static int64_t | hash (const C1 *c1, int32_t n) |
static C0 * | pass (C0 *c0) |
static const C0 * | pass (const C0 *c0) |
static int64_t | hash (const C0 *c0, int32_t n) |
Static Public Attributes |
static C1 * | c = NULL |
static const C1 * | cc = NULL |
static C0 * | c = NULL |
static const C0 * | cc = NULL |
Additional Inherited Members |
const int64_t | id |
Detailed Description
Definition at line 956 of file myapi.hpp.
The documentation for this struct was generated from the following files:
- storage/ndb/src/ndbjtie/jtie/test/myapi/myapi.hpp
- storage/ndb/src/ndbjtie/jtie/test/myapi/myapi.cpp