Wt examples
3.2.0
|
Index usable as a key to a map, that identifies a child/row within a tree. More...
Public Member Functions | |
ChildIndex (int aParent, int anIndex) | |
bool | operator< (const ChildIndex &other) const |
Public Attributes | |
int | parentId |
int | index |
Index usable as a key to a map, that identifies a child/row within a tree.
Definition at line 112 of file GitModel.h.
GitModel::ChildIndex::ChildIndex | ( | int | aParent, |
int | anIndex | ||
) | [inline] |
Definition at line 116 of file GitModel.h.
bool GitModel::ChildIndex::operator< | ( | const ChildIndex & | other | ) | const [inline] |
Definition at line 119 of file GitModel.h.
Definition at line 114 of file GitModel.h.
Definition at line 113 of file GitModel.h.