Index usable as a key to a map, that identifies a child/row within a tree.
More...
Detailed Description
Index usable as a key to a map, that identifies a child/row within a tree.
Definition at line 112 of file GitModel.h.
Constructor & Destructor Documentation
GitModel::ChildIndex::ChildIndex |
( |
int |
aParent, |
|
|
int |
anIndex |
|
) |
| |
|
inline |
Member Function Documentation
bool GitModel::ChildIndex::operator< |
( |
const ChildIndex & |
other | ) |
const |
|
inline |
Definition at line 119 of file GitModel.h.
{
return true;
return false;
else return index < other.index;
}
Member Data Documentation
int GitModel::ChildIndex::index |
int GitModel::ChildIndex::parentId |
The documentation for this class was generated from the following file:
- /build/witty-aQS8OP/witty-3.2.1/examples/gitmodel/GitModel.h