Home
last modified time | relevance | path

Searched refs:otexstringstream_helper (Results 1 – 1 of 1) sorted by relevance

/dports/print/lyx/lyx-2.3.4.2/src/
H A Dtexstream.h133 struct otexstringstream_helper { odocstringstream ods_; }; argument
136 class otexstringstream : otexstringstream_helper, public otexstream {
138 otexstringstream() : otexstringstream_helper(), otexstream(ods_) {} in otexstringstream()