#include <s32btree.h>
| class MBtreeLeafOrg : public MBtreeNodeOrg |
| Public Member Functions | |
|---|---|
| pure virtual void | Concatenate(TAny *, const TAny *) |
| pure virtual TBool | Insert(TAny *, TInt, const TDesC8 &) |
| virtual IMPORT_C TBool | InsertOverflow(TAny *, TAny *, TInt, TBool, const TDesC8 &) |
| pure virtual void | InsertSplit(TAny *, TAny *, TInt, const TDesC8 &) |
| pure virtual TPageRef | LinkNode(const TAny *) |
| pure virtual TBool | Redistribute(TAny *, TAny *) |
| virtual IMPORT_C TBool | Search(const TAny *, const TAny *, const MBtreeKey &, TBool, TInt &) |
| pure virtual void | SetLinkNode(TAny *, TPageRef) |