Searched refs:m_os (Results 1 – 1 of 1) sorted by relevance
41 : m_os(os) {} in progress_timer()51 std::istream::fmtflags old_flags = m_os.setf( std::istream::fixed, in ~progress_timer()53 std::streamsize old_prec = m_os.precision( 2 ); in ~progress_timer()54 m_os << elapsed() << " s\n" // "s" is System International d'Unites std in ~progress_timer()56 m_os.flags( old_flags ); in ~progress_timer()57 m_os.precision( old_prec ); in ~progress_timer()64 std::ostream & m_os; member in boost::progress_timer86 : m_os(os), m_s1(s1), m_s2(s2), m_s3(s3) { restart(expected_count); } in progress_display()95 m_os << m_s1 << "0% 10 20 30 40 50 60 70 80 90 100%\n" in restart()116 std::ostream & m_os; // may not be present in all imps member in boost::progress_display[all …]