Public Member Functions | Private Attributes

chomp::homology::dummyArray Class Reference

A dummy array of integers that ignores all the assigned values. More...

#include <chomp/struct/digraph.h>

List of all members.

Public Member Functions

 dummyArray ()
 The constructor of a dummy array.
int_t & operator[] (int_t)
 Operator [] which returns a reference to a dummy value.

Private Attributes

int_t n
 A dummy number used as a dump box for assigning values.

Detailed Description

A dummy array of integers that ignores all the assigned values.

Definition at line 117 of file digraph.h.


Constructor & Destructor Documentation

chomp::homology::dummyArray::dummyArray (  ) [inline]

The constructor of a dummy array.

Definition at line 121 of file digraph.h.

References n.


Member Function Documentation

int_t& chomp::homology::dummyArray::operator[] ( int_t   ) [inline]

Operator [] which returns a reference to a dummy value.

Definition at line 124 of file digraph.h.

References n.


Member Data Documentation

A dummy number used as a dump box for assigning values.

Definition at line 128 of file digraph.h.

Referenced by dummyArray(), and operator[]().


The documentation for this class was generated from the following file: