#include <vdktreeview.h>

| VDKTreeViewModelTuple::VDKTreeViewModelTuple | ( | int | n = 0, |
|
| int | key = 0, |
|||
| VDKStringCompareFunction | less = NULL, |
|||
| VDKStringCompareFunction | equal = NULL | |||
| ) | [inline] |
Constructor.
| n,array | dimension | |
| key,ordinal | position of the key field ( 0 <= key < n) | |
| less,an | user function to substitute < operator if needed | |
| equal,an | user function to substitute == operator if needed |
| VDKReadWriteValueProp<VDKTreeViewModelTuple,int> VDKTreeViewModelTuple::KeyIndex |
Property: KeyIndex
| VDKReadWriteValueProp<VDKTreeViewModelTuple,VDKStringCompareFunction> VDKTreeViewModelTuple::Less |
Property: Less
| VDKReadWriteValueProp<VDKTreeViewModelTuple,VDKStringCompareFunction> VDKTreeViewModelTuple::Equal |
Property: Equal
1.5.5