Nebula
Loading...
Searching...
No Matches
fswrapper.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
18#if (__WIN32__)
20namespace IO
21{
23{ };
24}
25#elif ( __OSX__ || __APPLE__ || __linux__ )
27namespace IO
28{
30{ };
31}
32#else
33#error "FSWrapper class not implemented on this platform!"
34#endif
35//------------------------------------------------------------------------------
36
37
This is an internal IO class used to wrap platform specific filesystem access into a generic class.
Internal filesystem wrapper for Posix.
Definition posixfswrapper.h:24
Internal filesystem wrapper for Win32.
Definition win32fswrapper.h:23
Instances of wrapped stream classes.
Definition orientation.cc:10