Lines Matching refs:in

24  *  (tricky). Otherwise, it attempts to be a drop-in replacement for the standard
96 * @brief Number of characters available in stream buffer.
99 * This indicates number of characters in get area of stream buffer.
107 * @return First character in get area on success, EOF on error.
120 * This actually writes characters in stream buffer to
156 // std::ios_base::openmode mode = std::ios_base::in|std::ios_base::out);
159 // std::ios_base::openmode mode = std::ios_base::in|std::ios_base::out);
189 * Mode in which file was opened.
243 * @param mode Open mode flags (forced to contain ios::in).
247 std::ios_base::openmode mode = std::ios_base::in);
252 * @param mode Open mode flags (forced to contain ios::in).
256 std::ios_base::openmode mode = std::ios_base::in);
275 * @param mode Open mode flags (forced to contain ios::in).
277 * Stream will be in state good() if file opens successfully;
278 * otherwise in state fail(). This differs from the behavior of
286 std::ios_base::openmode mode = std::ios_base::in);
291 * @param mode Open mode flags (forced to contain ios::in).
293 * Stream will be in state good() if attach succeeded; otherwise
294 * in state fail().
298 std::ios_base::openmode mode = std::ios_base::in);
303 * Stream will be in state fail() if close failed.
366 * Stream will be in state good() if file opens successfully;
367 * otherwise in state fail(). This differs from the behavior of
382 * Stream will be in state good() if attach succeeded; otherwise
383 * in state fail().
392 * Stream will be in state fail() if close failed.