The Original CHomP Software
Public Member Functions | Protected Attributes | List of all members
chomp::homology::hashNumber< Number > Class Template Reference

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

#include <bincube.h>

Public Member Functions

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

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 1014 of file bincube.h.

Constructor & Destructor Documentation

◆ hashNumber()

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

The default constructor.

Definition at line 1018 of file bincube.h.

1018: number (n) {return;}

Member Function Documentation

◆ operator Number()

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

The conversion to the number.

Definition at line 1021 of file bincube.h.

1021{return number;}

Member Data Documentation

◆ number

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

Definition at line 1024 of file bincube.h.


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