The ChainCon Software (Release 0.03)
Public Member Functions | List of all members
integerFriend Class Reference

A friend of the 'integer' class (from the CHomP package) that converts 'integer' objects to numbers of type 'int'. More...

#include <atmodel3r.h>

Inheritance diagram for integerFriend:

Public Member Functions

 integerFriend (const chomp::homology::integer &e)
 Constructor of the object from an 'integer' object. More...
 
 operator int () const
 Converts to the ordinary integer type. More...
 

Detailed Description

A friend of the 'integer' class (from the CHomP package) that converts 'integer' objects to numbers of type 'int'.

Definition at line 97 of file atmodel3r.h.

Constructor & Destructor Documentation

◆ integerFriend()

integerFriend::integerFriend ( const chomp::homology::integer &  e)
inline

Constructor of the object from an 'integer' object.

Definition at line 101 of file atmodel3r.h.

Referenced by integer2int().

Member Function Documentation

◆ operator int()

integerFriend::operator int ( ) const
inline

Converts to the ordinary integer type.

Definition at line 105 of file atmodel3r.h.


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