Inheritance diagram for CdbBdbSNodeP< E >:

Public Member Functions | |
| CdbBdbSNodeP (d_ULong theLevel=0) | |
| The implementation file for the CdbBdbSNodeP class. | |
| virtual | ~CdbBdbSNodeP () |
| virtual BdbStatus | resize (d_ULong theNewSize, d_ULong theNumPerLeaf, d_ULong theNumPerDirectory)=0 |
| virtual void | setElementAt (d_ULong theIndex, const E &value, d_ULong theNumPerLeaf, d_ULong theNumPerDirectory)=0 |
| virtual E | elementAt (d_ULong theIndex, d_ULong theNumPerLeaf, d_ULong theNumPerDirectory) const=0 |
| virtual void | dump (d_ULong numSpaces, std::ostream &o, bool dumpContentsFlag) const=0 |
| Dump the node (recursive). | |
Public Attributes | |
| d_ULong | _level |
The subclasses include both 'dircetory' and 'leaf' nodes.
Definition at line 18 of file CdbBdbSNodeP.ddl.
|
||||||||||
|
The implementation file for the CdbBdbSNodeP class.
Definition at line 16 of file CdbBdbSNodeP.cc. |
|
|||||||||
|
Definition at line 21 of file CdbBdbSNodeP.cc. |
|
||||||||||||||||||||
|
Dump the node (recursive). The detailed dump of the contents is only done if the corresponding flass value is "true". Implemented in CdbBdbSDirectoryNodeP< E >, and CdbBdbSLeafNodeP< E >. |
|
||||||||||||||||||||
|
Implemented in CdbBdbSDirectoryNodeP< E >, and CdbBdbSLeafNodeP< E >. |
|
||||||||||||||||||||
|
Implemented in CdbBdbSDirectoryNodeP< E >, and CdbBdbSLeafNodeP< E >. Referenced by CdbBdbSDirectoryNodeP< E >::resize(). |
|
||||||||||||||||||||||||
|
Implemented in CdbBdbSDirectoryNodeP< E >, and CdbBdbSLeafNodeP< E >. |
|
|||||
|
Definition at line 62 of file CdbBdbSNodeP.ddl. Referenced by CdbBdbSLeafNodeP< E >::dump(), CdbBdbSDirectoryNodeP< E >::dump(), CdbBdbSDirectoryNodeP< E >::elementAt(), CdbBdbSDirectoryNodeP< E >::resize(), and CdbBdbSDirectoryNodeP< E >::setElementAt(). |
1.3-rc3