Home | History | Annotate | Download | only in src

Lines Matching defs:istrstream

292 // Class istrstream
294 istrstream::istrstream(char* s)
299 istrstream::istrstream(const char* s)
304 istrstream::istrstream(char* s, streamsize n)
309 istrstream::istrstream(const char* s, streamsize n)
314 istrstream::~istrstream() {}
316 strstreambuf* istrstream::rdbuf() const {
320 char* istrstream::str() { return _M_buf.str(); }