User Documentation
Centre for Vision, Speech & Signal Processing
DEVELOP IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
KeyedPairC::KeyedPairC(void)
KeyedPairC::KeyedPairC(const K &,const D &)
KeyedPairC::KeyedPairC(const K &)
KeyedPairC::KeyedPairC(const KeyedPairC &)
KeyedPairC::Key(void) const
KeyedPairC::Key(void)
KeyedPairC::Data(void) const
KeyedPairC::Data(void)
KeyedPairC<class K,class D>
 
Keyed pair.
 
include "amma/KPair.hh"
User Level:Default
Library:Hash1d
Example:WordFreq.cc
Section:Containers.Hash Tables
In Scope:std

Comments:
Don't use this class, use Tuple2C instead. This class will be removed in the near future.

Variables:
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:48:08 2001