| 2746 | } |
| 2747 | |
| 2748 | IndexedIO::OpenMode StreamIndexedIO::StreamFile::openMode() const |
| 2749 | { |
| 2750 | return m_openmode; |
| 2751 | } |
| 2752 | |
| 2753 | void StreamIndexedIO::StreamFile::setInput( std::iostream *stream, bool emptyFile, const std::string& fileName ) |
| 2754 | { |
no outgoing calls
no test coverage detected