OpenLexocad  27.1
Base::Int Struct Reference

#include <Int.h>

Public Member Functions

 Int (int x)
 
 Int (const Int &x)
 
 Int ()
 
 ~Int ()
 
Intoperator= (const Int &x)
 

Public Attributes

int value
 

Friends

bool operator== (const Int &x, const Int &y)
 
bool operator!= (const Int &x, const Int &y)
 
bool operator< (const Int &x, const Int &y)
 
bool operator> (const Int &x, const Int &y)
 
bool operator<= (const Int &x, const Int &y)
 
bool operator>= (const Int &x, const Int &y)
 

Constructor & Destructor Documentation

◆ Int() [1/3]

Base::Int::Int ( int  x)
inlineexplicit

◆ Int() [2/3]

Base::Int::Int ( const Int x)
inlineexplicit

◆ Int() [3/3]

Base::Int::Int ( )
inline

◆ ~Int()

Base::Int::~Int ( )
inline

Member Function Documentation

◆ operator=()

Int& Base::Int::operator= ( const Int x)
inline

Friends And Related Function Documentation

◆ operator!=

bool operator!= ( const Int x,
const Int y 
)
friend

◆ operator<

bool operator< ( const Int x,
const Int y 
)
friend

◆ operator<=

bool operator<= ( const Int x,
const Int y 
)
friend

◆ operator==

bool operator== ( const Int x,
const Int y 
)
friend

◆ operator>

bool operator> ( const Int x,
const Int y 
)
friend

◆ operator>=

bool operator>= ( const Int x,
const Int y 
)
friend

Member Data Documentation

◆ value

int Base::Int::value

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