aboutsummaryrefslogtreecommitdiff
path: root/include/ios_base.h
AgeCommit message (Collapse)Author
2010-02-05First cut of the sstream implementation.Nicolas Catania
Added the sstream header file the stringbuf and stringstream classes. Added missing openmode flags in ios_base.h
2010-02-04Added basic support for the streams flags and iomanip.Nicolas Catania
2010-02-01In ostream, added code to do the one time init of the stdio streams.Nicolas Catania
The new inner class Init will be in charge of constructing the streams cout and cerr.
2010-01-24Basic support of the ios_base, the root of all streams.Nicolas Catania
Added skeleton for ostream and the iosfwd header files. iomanip is referenced in the comment but not included in this CL.