Public Member Functions | Private Attributes

chomp::homology::dummyArray Class Reference

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

#include <digraph.h>

List of all members.

Public Member Functions

 dummyArray ()
 The constructor of a dummy array.
int_toperator[] (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 116 of file digraph.h.


Constructor & Destructor Documentation

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

The constructor of a dummy array.

Definition at line 120 of file digraph.h.

References n.

{n = 0;}


Member Function Documentation

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

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

Definition at line 123 of file digraph.h.

References n.

{return n;}


Member Data Documentation

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

Definition at line 127 of file digraph.h.

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


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