In file hashtable.hpp:

template<int N> class INT

N integers

Documentation

N integers

Public Methods

[more] INT()
[more] INT(int ai1)
init i[0]
[more] INT(int ai1, int ai2)
init i[0], i[1]
[more] INT(int ai1, int ai2, int ai3)
init i[0], i[1], i[2]
[more] INT(const INT & in2)
copy constructor
[more]bool operator== (const INT & in2) const
all ints equal ?
[more]void Sort()
sort integers
[more]int& operator[] (int j)
access
[more]const int& operator[] (int j) const
access

Private Fields

[more]int i[N]
data

oint i[N]
data

o INT()

o INT(int ai1)
init i[0]

o INT(int ai1, int ai2)
init i[0], i[1]

o INT(int ai1, int ai2, int ai3)
init i[0], i[1], i[2]

o INT(const INT & in2)
copy constructor

obool operator== (const INT & in2) const
all ints equal ?

ovoid Sort()
sort integers

oint& operator[] (int j)
access

oconst 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++.