#include <FS/FS_Reader.h>#include <FS/FS_Writer.h>#include <FS/FS_Info.h>#include <FS/FS_Utils.h>Go to the source code of this file.
Classes | |
| class | HDK_Sample::FS_HomeReadHelper |
| Class to open a file as a read stream. The class tests for a "home:" prefix and replaces it with $HOME. More... | |
| class | HDK_Sample::FS_HomeWriteHelper |
| Class to open a file as a write stream. The class tests for a "home:" prefix and replaces it with $HOME. More... | |
| class | HDK_Sample::FS_HomeInfoHelper |
| Class to stat a file. The class tests for a "home:" prefix and replaces it with $HOME. More... | |
Namespaces | |
| namespace | HDK_Sample |
| This namespace is used to hold all HDK example source code. | |
home:/foo/bar.hip. This file name will be reinterpreted by these derived classes as if the user had entered $HOME/foo/bar.hip. This example does not implement any subclasses of the FS_ReaderStream or FS_WriterStream classes, but these classes can also be extended to provide extra functionality (such as buffering of read and write operations). Definition in file FS_HomeHelper.h.
1.5.9