Home | History | Annotate | Download | only in src

Lines Matching defs:ostrstream

323 // Class ostrstream
325 ostrstream::ostrstream()
330 ostrstream::ostrstream(char* s, int n, ios_base::openmode mode)
336 ostrstream::~ostrstream() {}
338 strstreambuf* ostrstream::rdbuf() const {
342 void ostrstream::freeze(bool freezeflag) {
346 char* ostrstream::str() {
350 int ostrstream::pcount() const {