Public Member Functions | Protected Attributes

chomp::homology::hashNumber< Number > Class Template Reference

A class of numbers that can be used in a hashed set. More...

#include <bincube.h>

List of all members.

Public Member Functions

 hashNumber (Number n=0)
 The default constructor.
 operator Number () const
 The conversion to the number.

Protected Attributes

int number

Detailed Description

template<class Number>
class chomp::homology::hashNumber< Number >

A class of numbers that can be used in a hashed set.

Definition at line 1005 of file bincube.h.


Constructor & Destructor Documentation

template<class Number>
chomp::homology::hashNumber< Number >::hashNumber ( Number  n = 0  )  [inline]

The default constructor.

Definition at line 1009 of file bincube.h.

: number (n) {return;}


Member Function Documentation

template<class Number>
chomp::homology::hashNumber< Number >::operator Number (  )  const [inline]

The conversion to the number.

Definition at line 1012 of file bincube.h.

References chomp::homology::hashNumber< Number >::number.

{return number;}


Member Data Documentation

template<class Number>
int chomp::homology::hashNumber< Number >::number [protected]

Definition at line 1015 of file bincube.h.

Referenced by chomp::homology::hashNumber< Number >::operator Number().


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