Searched defs:ostream_ptr (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/unit/atf-src/tools/
H A Datf-report.cpp51 typedef std::auto_ptr< std::ostream > ostream_ptr; typedef
53 static ostream_ptr
56 ostream_ptr osp;
58 osp = ostream_ptr(new std::ofstream("/dev/stdout"));
60 osp = ostream_ptr(new std::ofstream(path.c_str()));
121 ostream_ptr m_os;
192 ostream_ptr m_os;
380 ostream_ptr m_os;

Completed in 14 milliseconds