Home | History | Annotate | Download | only in include

Lines Matching full:ostrstream

82 class ostrstream
86 ostrstream();
87 ostrstream(char* s, int n, ios_base::openmode mode = ios_base::out);
89 virtual ~ostrstream();
284 class _LIBCPP_VISIBLE ostrstream
289 ostrstream()
292 ostrstream(char* __s, int __n, ios_base::openmode __mode = ios_base::out)
299 ostrstream(ostrstream&& __rhs)
307 ostrstream& operator=(ostrstream&& __rhs)
315 virtual ~ostrstream();
318 void swap(ostrstream& __rhs)