»
Symbian OS v9.3 »
Symbian OS reference »
C++ component reference »
System Libraries STORE »
TBtreeInlineLeafOrg
Location:
S32BTREE.H
Link against: estor.lib
Class TBtreeInlineLeafOrg
class TBtreeInlineLeafOrg : public MBtreeLeafOrg;
Description
Derivation
TBtreeInlineLeafOrg
- (No abstract)
Members
Defined in TBtreeInlineLeafOrg
:
Concatenate()
, Delete()
, Entry()
, EntryPtr()
, Insert()
, InsertOverflow()
, InsertSplit()
, LastEntry()
, LinkNode()
, Redistribute()
, SetEntrySize()
, SetLinkNode()
, TBtreeInlineLeafOrg()
Inherited from MBtreeLeafOrg
:
Search()
Inherited from MBtreeNodeOrg
:
Init()
Construction and destruction
IMPORT_C TBtreeInlineLeafOrg();
Description
IMPORT_C void SetEntrySize(TInt aSize);
Description
Parameters
virtual IMPORT_C TInt LastEntry(const TAny *aNode) const;
Description
Parameters
Return value
virtual IMPORT_C TPtrC8 Entry(const TAny *aNode, TInt aPos) const;
Description
Parameters
Return value
virtual IMPORT_C const TAny *EntryPtr(const TAny *aNode, TInt aPos) const;
Description
Parameters
Return value
virtual IMPORT_C TBool Insert(TAny *aNode, TInt aPos, const TDesC8 &anEntry) const;
Description
Parameters
Return value
virtual IMPORT_C TBool InsertOverflow(TAny *aLeftNode, TAny *aRightNode, TInt aPos, TBool aInsertOnLeft, const TDesC8 &anEntry)
const;
Description
Parameters
Return value
virtual IMPORT_C void InsertSplit(TAny *aLeftNode, TAny *aRightNode, TInt aPos, const TDesC8 &anEntry) const;
Description
Parameters
virtual IMPORT_C TBool Delete(TAny *aNode, TInt aPos) const;
Description
Parameters
Return value
virtual IMPORT_C TBool Redistribute(TAny *aLeftNode, TAny *aRightNode) const;
Description
Parameters
Return value
virtual IMPORT_C void Concatenate(TAny *aLeftNode, const TAny *aRightNode) const;
Description
Parameters
virtual IMPORT_C TPageRef LinkNode(const TAny *aNode) const;
Description
Parameters
Return value
virtual IMPORT_C void SetLinkNode(TAny *aNode, TPageRef aNextNode) const;
Description
Parameters