97 friend std::istream&
operator>>(std::istream& in,
Int &
object);
98 friend std::ostream&
operator<<(std::ostream& out,
const Int &
object);
118 std::ostream&
operator<<(std::ostream& out,
const Int &
object);
void setWidth(int width)
Set the output field width.
Int()
Default constructor.
int value()
Get the integer value.
int width()
Get the minimum field width.
Utility classes for scientific computation.
friend std::istream & operator>>(std::istream &in, Int &object)
Input stream extractor for an Int object.
Wrapper for an int, for formatted ostream output.
void setValue(int value)
Set the integer value.
friend std::ostream & operator<<(std::ostream &out, const Int &object)
Output stream inserter for an Int object.