Home · All Classes · Main Classes · Deprecated
Classes | Public Member Functions

Node Class Reference

A node points a a list of children. More...

Inherited by MStyleSheetSelectorTree.

List of all members.

Classes

struct  ChildHeader

Public Member Functions

const void * childWithIndex (MUniqueStringCache::Index index) const

Detailed Description

A node points a a list of children.

The children are identified by a integer. The list of children is saved in a header consisting of the integer and an offset to the actual child. As the integers are sorted a child can be found with a binary search.


Member Function Documentation

const void * Node::childWithIndex ( MUniqueStringCache::Index  index  )  const

Copyright © 2010 Nokia Corporation
MeeGo Touch