Inheritance diagram for CdbBdbSBtreeP< K, FCP, ORDER >:

Public Member Functions | |
| CdbBdbSBtreeP () | |
| Implementation file for the CdbBdbSBtreeP class. | |
| virtual | ~CdbBdbSBtreeP () |
Protected Member Functions | |
| virtual d_ULong | root () const |
| Get a root node of the B-tree. | |
| virtual void | set_root (d_ULong node) |
| Set new root node of the B-tree. | |
| virtual CdbBdbSBtreeNode< K, ORDER > | readNode (d_ULong node) const |
| Get a copy of specified node. | |
| virtual void | updateNode (d_ULong node, const CdbBdbSBtreeNode< K, ORDER > &value) |
| Save back the value of specified node. | |
| virtual d_ULong | allocate (d_ULong parent=0) |
| Allocator. | |
| virtual void | release (d_ULong node) |
| Disposer. | |
Definition at line 18 of file CdbBdbSBtreeP.ddl.
|
|||||||||
|
Implementation file for the CdbBdbSBtreeP class.
Definition at line 18 of file CdbBdbSBtreeP.cc. |
|
|||||||||
|
Definition at line 37 of file CdbBdbSBtreeP.cc. |
|
||||||||||
|
Allocator. Implements the corresponding method of the base class.
Implements CdbBdbSAbsBtree< K, FCP, ORDER >. Definition at line 46 of file CdbBdbSBtreeP.cc. References CdbBdbSBtreeP< K, FCP, ORDER >::readNode(). |
|
||||||||||
|
Get a copy of specified node. Implements the corresponding method of the base class.
Implements CdbBdbSAbsBtree< K, FCP, ORDER >. Definition at line 100 of file CdbBdbSBtreeP.cc. Referenced by CdbBdbSBtreeP< K, FCP, ORDER >::allocate(), and CdbBdbSBtreeP< K, FCP, ORDER >::release(). |
|
||||||||||
|
Disposer. Implements the corresponding method of the base class.
Implements CdbBdbSAbsBtree< K, FCP, ORDER >. Definition at line 64 of file CdbBdbSBtreeP.cc. References CdbBdbSBtreeNode< K, ORDER >::child, CdbBdbSBtreeP< K, FCP, ORDER >::readNode(), and CdbBdbSBtreeP< K, FCP, ORDER >::updateNode(). |
|
|||||||||
|
Get a root node of the B-tree. Implements the corresponding method of the base class.
Implements CdbBdbSAbsBtree< K, FCP, ORDER >. Definition at line 81 of file CdbBdbSBtreeP.cc. |
|
||||||||||
|
Set new root node of the B-tree. Implements the corresponding method of the base class.
Implements CdbBdbSAbsBtree< K, FCP, ORDER >. Definition at line 90 of file CdbBdbSBtreeP.cc. |
|
||||||||||||||||
|
Save back the value of specified node. Implements the corresponding method of the base class.
Implements CdbBdbSAbsBtree< K, FCP, ORDER >. Definition at line 109 of file CdbBdbSBtreeP.cc. Referenced by CdbBdbSBtreeP< K, FCP, ORDER >::release(). |
1.3-rc3