107 friend std::istream&
operator>>(std::istream& in,
Lng &
object);
108 friend std::ostream&
operator<<(std::ostream& out,
const Lng &
object);
128 std::ostream&
operator<<(std::ostream& out,
const Lng &
object);
Wrapper for a long int, for formatted ostream output.
void setWidth(int width)
Set field width.
void setValue(long int value)
Set value of long int.
friend std::ostream & operator<<(std::ostream &out, const Lng &object)
Output stream inserter for an Lng object.
friend std::istream & operator>>(std::istream &in, Lng &object)
Input stream extractor for an Lng object.
Lng()
Default constructor.
int width()
Get field width.
long int value()
Get value of long int.
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.