5 #include <libutl/Integer.h> 52 return Int(::abs(_n));
#define UTL_CLASS_DEFID
Default init() and deInit() (which are merely place-holders).
void serialize(bool &b, Stream &stream, uint_t io, uint_t mode=ser_default)
Serialize a boolean.
default representation (via getSerializeMode())
#define UTL_CLASS_DECL(DC, BC)
Declaration of standard UTL++ functionality for a non-template class.
long int64_t
Signed 64-bit integer.
unsigned int uint_t
Unsigned integer.
Int(int64_t i)
Constructor.
Int abs() const
Get the absolute value of self.
Int(const String &str)
Constructor.