In file hashtable.hpp:template<int N> class INT
N integers
Documentation
N integers
Public Methods
-
INT()
-
INT(int ai1)
- init i[0]
-
INT(int ai1, int ai2)
- init i[0], i[1]
-
INT(int ai1, int ai2, int ai3)
- init i[0], i[1], i[2]
-
INT(const INT & in2)
- copy constructor
-
bool operator== (const INT & in2) const
- all ints equal ?
-
void Sort()
- sort integers
-
int& operator[] (int j)
- access
-
const int& operator[] (int j) const
- access
Private Fields
-
int i[N]
- data
int i[N]
- data
INT()
INT(int ai1)
- init i[0]
INT(int ai1, int ai2)
- init i[0], i[1]
INT(int ai1, int ai2, int ai3)
- init i[0], i[1], i[2]
INT(const INT & in2)
- copy constructor
bool operator== (const INT & in2) const
- all ints equal ?
void Sort()
- sort integers
int& operator[] (int j)
- access
const int& operator[] (int j) const
- access
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.