Go to the source code of this file.
Classes | |
class | asynchstreambuf |
an asynch version of streambuf It is assumed that two versions of the file will be open i.e. read and write. The read and write will run in seperate threads. Any access to the file that might fail due to lack of data will cause the read thread to sleep until more data is available. It is assumed that the write thread will never seek - this would corrupt the BytesAvailable count. More... | |
class | CCAsynchDiskFile |
a file class that can be used for asynchronous loading. It contains an asynchstreambuf (see above) More... | |
class | async_fstream |
Converts fstream to use an async_filebuf. More... |