class CAgnMemPage : public CBase |
Public Member Functions | |
---|---|
~CAgnMemPage() | |
TAny * | Alloc() |
TUint | CellSize() |
TBool | Contains(const TAny *) |
void | Free() |
TBool | IsEmpty() |
TBool | IsFull() |
CAgnMemPage * | NewL(TUint) |
CAgnMemPage * | Next() |
void | SetNext(CAgnMemPage *) |
Private Member Functions | |
---|---|
CAgnMemPage(TUint) | |
void | ConstructL() |
Private Attributes | |
---|---|
TUint | iCellSize |
TInt | iCount |
TInt8 * | iEntries |
CAgnMemPage * | iNext |
TInt8 * | iNextAvail |
CAgnMemPage | ( | TUint | aCellSize | ) | [private, inline] |
Constructor
TUint aCellSize |
TBool | Contains | ( | const TAny * | aPtr | ) | const [inline] |
Is aPtr allocated from this page
const TAny * aPtr |
void | SetNext | ( | CAgnMemPage * | aNext | ) | [inline] |
Set pointer to the next page of memory cell
CAgnMemPage * aNext |