Go to the documentation of this file.
5 struct LX_BASE_EXPORT
Int
18 explicit Int(
int x) : value(x) {}
19 explicit Int(
const Int& x) : value(x.value) {}
friend bool operator>=(const Int &x, const Int &y)
Definition: Int.h:40
Int & operator=(const Int &x)
Definition: Int.h:22
friend bool operator<(const Int &x, const Int &y)
Definition: Int.h:34
friend bool operator<=(const Int &x, const Int &y)
Definition: Int.h:38
Int()
Definition: Int.h:20
Int(int x)
Definition: Int.h:18
friend bool operator==(const Int &x, const Int &y)
Definition: Int.h:29
friend bool operator>(const Int &x, const Int &y)
Definition: Int.h:36
friend bool operator!=(const Int &x, const Int &y)
Definition: Int.h:31
int value
Definition: Int.h:15
~Int()
Definition: Int.h:21
Int(const Int &x)
Definition: Int.h:19
Definition: AbstractXMLReader.h:5