Public Member Functions |
void | fill () |
void | check () |
| A (int i) |
| A (const A &a) |
A & | operator= (const A &p) |
B0 * | newB0 () const |
B1 * | newB1 () const |
int32_t | f0n () const |
virtual int32_t | f0v () const |
void | del (B0 &b) |
void | del (B1 &b) |
void | g0c () const |
void | g1c (int8_t p0) const |
void | g2c (int8_t p0, int16_t p1) const |
void | g3c (int8_t p0, int16_t p1, int32_t p2) const |
void | g0 () |
void | g1 (int8_t p0) |
void | g2 (int8_t p0, int16_t p1) |
void | g3 (int8_t p0, int16_t p1, int32_t p2) |
int32_t | g0rc () const |
int32_t | g1rc (int8_t p0) const |
int32_t | g2rc (int8_t p0, int16_t p1) const |
int32_t | g3rc (int8_t p0, int16_t p1, int32_t p2) const |
int32_t | g0r () |
int32_t | g1r (int8_t p0) |
int32_t | g2r (int8_t p0, int16_t p1) |
int32_t | g3r (int8_t p0, int16_t p1, int32_t p2) |
Static Public Member Functions |
static void | init () |
static void | finit () |
static A * | deliver_ptr () |
static A * | deliver_null_ptr () |
static A & | deliver_ref () |
static A & | deliver_null_ref () |
static void | take_ptr (A *o) |
static void | take_null_ptr (A *o) |
static void | take_ref (A &o) |
static void | take_null_ref (A &o) |
static void | print (A *p0) |
static int32_t | f0s () |
Public Attributes |
Uint32 | a [sz] = NULL |
int32_t | d0 |
const int32_t | d0c |
Static Public Attributes |
static A * | a |
static int32_t | d0s = 10 |
static const int32_t | d0sc = -10 |
Detailed Description
template<Uint32 sz>
struct A< sz >
Definition at line 32 of file testSuperPool.cpp.
The documentation for this struct was generated from the following files: