Searched refs:otexstringstream_helper (Results 1 – 1 of 1) sorted by relevance
133 struct otexstringstream_helper { odocstringstream ods_; }; argument136 class otexstringstream : otexstringstream_helper, public otexstream {138 otexstringstream() : otexstringstream_helper(), otexstream(ods_) {} in otexstringstream()