|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
Don't use this class, use Tuple2C instead.
This class will be removed in the near future.
Variables:
- K PKey;
-
- D PData;
-
Methods:
- KeyedPairC()
-
Default constructor.
- KeyedPairC(const K & nKey,const D & nData)
-
Construct from two elements.
- KeyedPairC(const K & nKey)
-
Construct from key only.
- KeyedPairC(const KeyedPairC<K,D> & Oth)
-
Copy constructor.
- const K & Key(void) const
-
Contant access to key.
- K & Key(void)
-
Acces key.
- const D & Data(void) const
-
Constant access to data.
- D & Data(void)
-
Access data.
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|