PLearn 0.1
|
Example of class that can be used as key. More...
#include <Hash.h>
Public Member Functions | |
IntPair () | |
IntPair (int j0, int j1) | |
IntPair (const IntPair &b) | |
operator char * () const | |
int | size () const |
size_t | byteLength () const |
bool | operator!= (const IntPair &b) const |
bool | operator== (const IntPair &b) const |
int & | operator[] (int i) |
Public Attributes | |
int | i0 |
int | i1 |
PLearn::IntPair::IntPair | ( | ) | [inline] |
PLearn::IntPair::IntPair | ( | const IntPair & | b | ) | [inline] |
size_t PLearn::IntPair::byteLength | ( | ) | const [inline] |
PLearn::IntPair::operator char * | ( | ) | const [inline] |
Definition at line 653 of file Hash.h.
Referenced by IntPair(), operator char *(), operator!=(), operator==(), and operator[]().
Definition at line 654 of file Hash.h.
Referenced by IntPair(), operator!=(), operator==(), and operator[]().