Givaro 4.2.1
Key< T > Class Template Reference

The class Key. More...

#include <givhashtable.h>

Public Member Functions

 Key ()
 
 Key (const T &aa)
 
 operator T& ()
 
 operator const T & () const
 
int godel () const
 
int operator== (const Key< T > &K) const
 

Detailed Description

template<class T>
class Givaro::Key< T >

The class Key.

must have :

  • default cstor
  • operator== : (const Key&, const Key&) -> int
  • godel : void -> int
Examples
examples/Integer/givaro-ssh-keygen.C.

Constructor & Destructor Documentation

◆ Key() [1/2]

template<class T>
Key ( )
inline

◆ Key() [2/2]

template<class T>
Key ( const T & aa)
inline

Member Function Documentation

◆ operator T&()

template<class T>
operator T& ( )
inline

◆ operator const T &()

template<class T>
operator const T & ( ) const
inline

◆ godel()

template<class T>
int godel ( ) const
inline

◆ operator==()

template<class T>
int operator== ( const Key< T > & K) const
inline

The documentation for this class was generated from the following file: