Inheritance diagram for CdbBdbSLeafNodeP< E >:

Public Member Functions | |
| CdbBdbSLeafNodeP (d_ULong theSize=0) | |
| virtual | ~CdbBdbSLeafNodeP () |
| virtual BdbStatus | resize (d_ULong theNewSize, d_ULong theNumPerLeaf, d_ULong theNumPerDirectory) |
| virtual void | setElementAt (d_ULong theIndex, const E &value, d_ULong theNumPerLeaf, d_ULong theNumPerDirectory) |
| virtual E | elementAt (d_ULong theIndex, d_ULong theNumPerLeaf, d_ULong theNumPerDirectory) const |
| virtual void | dump (d_ULong numSpaces, std::ostream &o, bool dumpContentsFlag) const |
| Dump the node (recursive). | |
| ooVArray (E) _data | |
This class provides storage for embeded objects of the type specified through the template parameter.
Definition at line 17 of file CdbBdbSLeafNodeP.ddl.
|
||||||||||
|
Definition at line 20 of file CdbBdbSLeafNodeP.cc. |
|
|||||||||
|
Definition at line 26 of file CdbBdbSLeafNodeP.cc. |
|
||||||||||||||||||||
|
Dump the node (recursive). The detailed dump of the contents is only done if the corresponding flass value is "true". Implements CdbBdbSNodeP< E >. Definition at line 62 of file CdbBdbSLeafNodeP.cc. References CdbBdbSNodeP< E >::_level. |
|
||||||||||||||||||||
|
Implements CdbBdbSNodeP< E >. Definition at line 53 of file CdbBdbSLeafNodeP.cc. |
|
||||||||||
|
|
|
||||||||||||||||||||
|
Implements CdbBdbSNodeP< E >. Definition at line 31 of file CdbBdbSLeafNodeP.cc. |
|
||||||||||||||||||||||||
|
Implements CdbBdbSNodeP< E >. Definition at line 41 of file CdbBdbSLeafNodeP.cc. |
1.3-rc3