Searched refs:tie_to (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/cpp/
H A Dstreambuf.h257 inline ios(streambuf* sb = 0, ostream* tie_to = 0);
469 inline void ios::init(streambuf* sb, ostream* tie_to) { argument
471 _strbuf=sb; _tie = tie_to; _width=0; _fill=' ';
479 inline ios::ios(streambuf* sb, ostream* tie_to) { init(sb, tie_to); } argument

Completed in 19 milliseconds