19 width_(
Format::defaultWidth())
25 width_(
Format::defaultWidth())
34 void Str::setValue(std::string value)
37 void Str::setWidth(
int width)
40 std::string Str::value()
const 43 int Str::width()
const 60 out.width(
object.width_);
friend std::istream & operator>>(std::istream &in, Str &object)
Input stream extractor for an Str object.
Str()
Default constructor.
Utility classes for scientific computation.
friend std::ostream & operator<<(std::ostream &out, const Str &object)
Output stream inserter for an Str object.
Wrapper for a std::string, for formatted ostream output.