#include <CdbBdbSCollectionBte.hh>
Public Member Functions | |
| CdbBdbSCollectionBte () | |
| CdbBdbSCollectionBte (d_UShort theKey) | |
| CdbBdbSCollectionBte (d_UShort theKey, const BdbRef(CdbBdbSCollectionElementP)&theValue) | |
| CdbBdbSCollectionBte (const CdbBdbSCollectionBte &theEntry) | |
| Copy constructor. | |
| ~CdbBdbSCollectionBte () | |
| The destructor. | |
| CdbBdbSCollectionBte & | operator= (const CdbBdbSCollectionBte &theEntry) |
| The assignment operator. | |
| bool | operator== (const CdbBdbSCollectionBte &theEntry) const |
| The "equal" operator. | |
| bool | operator< (const CdbBdbSCollectionBte &theEntry) const |
| The "less" operator. | |
| BdbRef (CdbBdbSCollectionElementP) value | |
Public Attributes | |
| d_UShort | key |
Objects of this embedded class represent simple pairs of the "key-value" entries in a B-tree, which is meant to sort CollectionElement-s.
Definition at line 18 of file CdbBdbSCollectionBte.hh.
|
|
Definition at line 24 of file CdbBdbSCollectionBte.hh. |
|
|
Definition at line 27 of file CdbBdbSCollectionBte.hh. References key. |
|
||||||||||||
|
Definition at line 31 of file CdbBdbSCollectionBte.hh. References key. |
|
|
Copy constructor.
Definition at line 39 of file CdbBdbSCollectionBte.hh. References key. |
|
|
The destructor. NOTE: The destructor is NOT virtual because this is an embedded class. Definition at line 50 of file CdbBdbSCollectionBte.hh. |
|
|
|
|
|
The "less" operator. NOTE: This comparisioon is only done for "key". Definition at line 77 of file CdbBdbSCollectionBte.hh. References key. |
|
|
The assignment operator.
Definition at line 55 of file CdbBdbSCollectionBte.hh. References key. |
|
|
The "equal" operator. NOTE: This comparisioon is only done for "key". Definition at line 68 of file CdbBdbSCollectionBte.hh. References key. |
|
|
Definition at line 84 of file CdbBdbSCollectionBte.hh. Referenced by CdbBdbSCollectionBte(), CdbBdbSCollectionP::insert(), operator<(), operator<<(), operator=(), operator==(), and CdbBdbSCollectionIdItr::value(). |
1.3-rc3