CMarkedStack::TMarkPoint Class Reference
#include <mw/cmarkedstack.h>
class CMarkedStack::TMarkPoint
Public Attributes
TInt
iMarkType
TInt
iStackIndex
Public Member Functions
TMarkPoint
(
TInt
,
TInt
)
Detailed Description
Represents a mark.
Member Attribute Documentation
iMarkType
TInt
iMarkType
Mark type.
iStackIndex
TInt
iStackIndex
Index of the marked stack item.
Constructor & Destructor Documentation
TMarkPoint ( TInt, TInt )
TMarkPoint
(
TInt
aMarkType
,
TInt
aIndex
)
[inline]
Represents a mark.