|
vdk 2.4.0
|
#include <vdkcustom.h>


Public Member Functions | |
| Tuple (int n=0, int key=0) | |
Public Member Functions inherited from VDKArray< T > | |
| VDKArray (int n=0) | |
| VDKArray (const VDKArray &) | |
| VDKArray & | operator= (const VDKArray &) |
| virtual | ~VDKArray () |
| int | size () |
| void | resize (int) |
| T & | operator[] (int ndx) |
| VDKArray< T > & | Heapsort () |
| virtual int | operator== (VDKArray< T > &m) |
This class represent a tuple, a string array with an element considered as a primary key.
|
inline |
Constructor.
| n,array | dimension |
| key,ordinal | position of the key field ( 0 <= key < n) |
1.8.17