#include <IntKey.H>
Public Member Functions | |
| IntKey () throw () | |
| IntKey (int val) throw () | |
| Word | Hash () const throw () |
| int & | operator= (const int &val) |
| int | Val () const |
Protected Attributes | |
| int | value |
Friends | |
| bool | operator== (const IntKey &k1, const IntKey &k2) throw () |
| bool | operator!= (const IntKey &k1, const IntKey &k2) throw () |
| bool | operator< (const IntKey &k1, const IntKey &k2) throw () |
| bool | operator<= (const IntKey &k1, const IntKey &k2) throw () |
| bool | operator> (const IntKey &k1, const IntKey &k2) throw () |
| bool | operator>= (const IntKey &k1, const IntKey &k2) throw () |
| std::ostream & | operator<< (std::ostream &s, const IntKey &k) throw () |
|
|
|
|
|
Definition at line 33 of file IntKey.H. References value. |
|
|
Definition at line 36 of file IntKey.H. References value. |
|
|
Definition at line 37 of file IntKey.H. References value. |
|
|
Definition at line 42 of file IntKey.H. References value. Referenced by Histogram::PrintHisto(), StatCount::PrintHisto(), and RunTest(). |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Definition at line 56 of file IntKey.H. Referenced by Hash(), IntKey(), operator=(), and Val(). |
1.4.2