Searched refs:out_stream (Results 1 – 4 of 4) sorted by relevance
65 typedef std::ostream out_stream; typedef67 typedef std::basic_ostream<char_type> out_stream; typedef119 typedef std::wostream out_stream;
126 void usage( out_stream& ostr );127 void help( out_stream& ostr );
192 parser::usage( out_stream& ostr )231 parser::help( out_stream& ostr )
1259 deduced_out_stream_t out_stream; member in boost::detail::lexical_stream_limited_src1330 bool const result = !(out_stream << input).fail(); in shl_input_streamable()1332 = static_cast<unlocked_but_t*>(out_stream.rdbuf()) ; in shl_input_streamable()1355 lcast_set_precision(out_stream, &val); in shl_real_type()