- Timestamp:
- 06/28/13 23:02:26 (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv/interface/file_system.hh
r124 r135 26 26 virtual ~file_system() {} 27 27 virtual bool exists( const char* fpath ) = 0; 28 virtual char8 get_separator( const char* fpath ) = 0;29 28 virtual stream* open( const char* fpath, const char* fmode = "rb" ) = 0; 30 29 }; -
trunk/src/io/std_stream.cc
r134 r135 4 4 // This file is part of NV Libraries. 5 5 // For conditions of distribution and use, see copyright notice in nv.hh 6 // 7 // TODO: support for write operations, see http://www.mr-edd.co.uk/blog/beginners_guide_streambuf 6 8 7 9 #include "nv/io/std_stream.hh"
Note: See TracChangeset
for help on using the changeset viewer.