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);
Wrapper for an int, for formatted ostream output.
friend std::istream & operator>>(std::istream &in, Int &object)
Input stream extractor for an Int object.
friend std::ostream & operator<<(std::ostream &out, const Int &object)
Output stream inserter for an Int object.
int value()
Get the integer value.
void setWidth(int width)
Set the output field width.
void setValue(int value)
Set the integer value.
Int()
Default constructor.
int width()
Get the minimum field width.
Utility classes for scientific computation.
std::istream & operator>>(std::istream &in, Pair< Data > &pair)
Input a Pair from an istream.
std::ostream & operator<<(std::ostream &out, const Pair< Data > &pair)
Output a Pair to an ostream, without line breaks.