Home
last modified time | relevance | path

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

/trunk/main/autodoc/source/cosv/service/
H A Dstd_outp.cxx41 Endl( ostream & io_rStream, bool /*bUseRedirect*/, int* ) in Endl() argument
45 io_rStream << std::endl; in Endl()
52 Flush( ostream & io_rStream, bool /*bUseRedirect*/, int* ) in Flush() argument
56 io_rStream << std::flush; in Flush()
/trunk/main/autodoc/inc/cosv/
H A Dstd_outp.hxx116 operator<<( csv::ostream & io_rStream, in operator <<() argument
121 (*i_fFlushingFunc)( io_rStream, false, 0 ); in operator <<()
124 (*i_fFlushingFunc)( io_rStream, true, 0 ); in operator <<()
126 return io_rStream; in operator <<()

Completed in 14 milliseconds