cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
IntWrapper Class Reference

Public Member Functions

 IntWrapper (int a_value)
 
 IntWrapper (const IntWrapper &other)
 
IntWrapper operator= (const IntWrapper &other)
 
IntWrapper operator+ (int other) const
 
bool operator< (const IntWrapper &other) const
 
int value () const
 

Constructor & Destructor Documentation

◆ IntWrapper() [1/2]

IntWrapper::IntWrapper ( int a_value)
inlineexplicit

◆ IntWrapper() [2/2]

IntWrapper::IntWrapper ( const IntWrapper & other)
inline

Member Function Documentation

◆ operator+()

IntWrapper IntWrapper::operator+ ( int other) const
inline

◆ operator<()

bool IntWrapper::operator< ( const IntWrapper & other) const
inline

◆ operator=()

IntWrapper IntWrapper::operator= ( const IntWrapper & other)
inline

◆ value()

int IntWrapper::value ( ) const
inline

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