Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

VDKTreeViewModelTuple Class Reference

#include <vdktreeview.h>

Inheritance diagram for VDKTreeViewModelTuple:

VDKArray< VDKString > List of all members.

Public Methods

Public Attributes


Detailed Description

This class represent a tuple, a string array with an element considered as a primary key.


Constructor & Destructor Documentation

VDKTreeViewModelTuple::VDKTreeViewModelTuple int    n = 0,
int    key = 0,
VDKStringCompareFunction    less = NULL,
VDKStringCompareFunction    equal = NULL
[inline]
 

Constructor.

Parameters:
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
Compare function should be declared as: bool compare(VDKString&, VDKString&);


Member Data Documentation

VDKReadWriteValueProp<VDKTreeViewModelTuple,VDKStringCompareFunction> VDKTreeViewModelTuple::Equal
 

Property: Equal

VDKReadWriteValueProp<VDKTreeViewModelTuple,int> VDKTreeViewModelTuple::KeyIndex
 

Property: KeyIndex

VDKReadWriteValueProp<VDKTreeViewModelTuple,VDKStringCompareFunction> VDKTreeViewModelTuple::Less
 

Property: Less


The documentation for this class was generated from the following file:
Generated on Sat May 4 23:45:56 2002 for vdk 2.0.1 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002