|
ldas-tools-diskcacheAPI
2.7.2
|
File stream. More...
#include <FStream.hh>


Public Types | |
| typedef ::LDASTools::AL::ifstream | stream_type |
| typedef ::LDASTools::AL::ifstream | stream_type |
| typedef ::LDASTools::AL::ifstream | stream_type |
Public Member Functions | |
| IFStream (const std::string &Filename) | |
| Constructor. More... | |
| IFStream (const std::string &Filename) | |
| Constructor. More... | |
| IFStream (const std::string &Filename) | |
| Constructor. More... | |
Private Attributes | |
| std::string | m_filename |
File stream.
This handles a file stream. As part of handling an output file stream, this class creates a temporary file. If there is no issues with the file, then the temporary file will be renamed.
| typedef ::LDASTools::AL::ifstream diskCache::Streams::IFStream::stream_type |
| typedef ::LDASTools::AL::ifstream diskCache::Streams::IFStream::stream_type |
| typedef ::LDASTools::AL::ifstream diskCache::Streams::IFStream::stream_type |
| diskCache::Streams::IFStream::IFStream | ( | const std::string & | Filename | ) |
Constructor.
| [in] | Filename | The source filename. |
| diskCache::Streams::IFStream::IFStream | ( | const std::string & | Filename | ) |
Constructor.
| [in] | Filename | The source filename. |
| diskCache::Streams::IFStream::IFStream | ( | const std::string & | Filename | ) |
Constructor.
| [in] | Filename | The source filename. |
|
private |
1.8.13