libcrn  3.9.5
A document image processing library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
CRNInt.h File Reference
#include <CRNObject.h>
#include <CRNString.h>
#include <CRNMath/CRNProp3.h>
#include <CRNMath/CRNMath.h>
#include <CRNData/CRNIntPtr.h>
+ Include dependency graph for CRNInt.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  crn::Int
 Interface class for the metric real number class. More...
 
struct  crn::IsSerializable< Int >
 
struct  crn::IsClonable< Int >
 
struct  crn::IsMetric< Int >
 

Namespaces

 crn
 

Functions

double crn::Distance (const Int &i1, const Int &i2) noexcept
 
crn::Int operator+ (crn::Int i1, const crn::Int &i2) noexcept
 
crn::Int operator- (crn::Int i1, const crn::Int &i2) noexcept
 
crn::Int operator* (crn::Int i1, const crn::Int &i2) noexcept
 
double operator* (double d, const crn::Int &i) noexcept
 
double operator* (const crn::Int &i, double d) noexcept
 
crn::Int operator/ (crn::Int i1, const crn::Int &i2) noexcept
 

Function Documentation

crn::Int operator* ( crn::Int  i1,
const crn::Int i2 
)
inlinenoexcept

Definition at line 82 of file CRNInt.h.

double operator* ( double  d,
const crn::Int i 
)
inlinenoexcept

Definition at line 83 of file CRNInt.h.

double operator* ( const crn::Int i,
double  d 
)
inlinenoexcept

Definition at line 84 of file CRNInt.h.

crn::Int operator+ ( crn::Int  i1,
const crn::Int i2 
)
inlinenoexcept

Definition at line 80 of file CRNInt.h.

crn::Int operator- ( crn::Int  i1,
const crn::Int i2 
)
inlinenoexcept

Definition at line 81 of file CRNInt.h.

crn::Int operator/ ( crn::Int  i1,
const crn::Int i2 
)
inlinenoexcept

Definition at line 85 of file CRNInt.h.