Searched defs:string_stream (Results 1 – 6 of 6) sorted by relevance
22 struct string_stream struct24 typedef boost::iostreams::filtering_ostream ostream;30 std::string const& str() const in str()36 std::ostream& get() const { return *stream_ptr.get(); } in get()38 void clear() { buffer_ptr->clear(); } in clear()40 void swap(std::string& other) in swap()46 void append(std::string const& other) in append()53 boost::shared_ptr<std::string> buffer_ptr;54 boost::shared_ptr<ostream> stream_ptr;
14 string_stream::string_stream() in string_stream() function in quickbook::string_stream21 string_stream::string_stream(string_stream const& other) in string_stream() function in quickbook::string_stream
547 std::ostringstream string_stream; in ToString() local
517 io::StringOutputStream string_stream(&dynamic_data); in TEST() local