Changeset 35:8aaf4c40f19f in rrlib_util
- Timestamp:
- 31.10.2011 13:06:20 (8 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fstream/fileno.h
r34 r35 47 47 * See http://www.ginac.de/~kreckel/fileno for more information. 48 48 * 49 * I kept this behind the guards of rrlib_logging because this lib is meant50 * to deal with output to the console and files. So there should not be any51 * use for it outside.52 *53 49 * \note The original code works on complete streams. For the use within 54 50 * this library it was altered to work directly on std::basic_streambuf. 55 51 * 56 * \note The syntax in this file is not conforming to the RRLib Coding Style 57 * guidelines because it is a copy of code from public domain. 52 * \note The formatting and naming in this file is not conforming to the 53 * RRLib Coding Style guidelines because it is a copy of code from 54 * public domain. That makes it easier to merge with updates from 55 * upstream. 58 56 */ 59 57 //----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.