The world's most popular open source database
Public Member Functions | |
| void | print (NdbOut &out) |
Public Attributes | |
| Uint32 | next |
| char | somedata [12] |
Definition at line 25 of file arrayPoolTest.cpp.
| void A_Poolable_Object::print | ( | NdbOut & | out | ) | [inline] |
Definition at line 29 of file arrayPoolTest.cpp.
References next.
Referenced by operator<<().
00029 { 00030 out << "A_Poolable_Object: next = " << next << endl; 00031 }
Here is the caller graph for this function:

| char A_Poolable_Object::somedata[12] |
Definition at line 27 of file arrayPoolTest.cpp.
1.4.7

