The Original CHomP Software
|
A dummy array of integers that ignores all the assigned values. More...
#include <digraph.h>
Public Member Functions | |
dummyArray () | |
The constructor of a dummy array. More... | |
int_t & | operator[] (int_t) |
Operator [] which returns a reference to a dummy value. More... | |
Private Attributes | |
int_t | n |
A dummy number used as a dump box for assigning values. More... | |
A dummy array of integers that ignores all the assigned values.
|
inline |
The constructor of a dummy array.
Definition at line 120 of file digraph.h.
References n.
|
private |
A dummy number used as a dump box for assigning values.
Definition at line 127 of file digraph.h.
Referenced by dummyArray(), and operator[]().