Changeset 2476 in Sophya for trunk/SophyaLib/BaseTools/rawstream.h
- Timestamp:
- Dec 5, 2003, 12:02:27 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/rawstream.h
r2458 r2476 28 28 virtual RawInOutStream& seekp(int_8, int sd = ios::beg); 29 29 virtual RawInOutStream& write(const char* s, uint_8 n); 30 inline std::string getFileName() const { return _filename; } 31 protected: 32 std::string _filename; 33 30 34 }; 31 35 … … 43 47 virtual RawInOutStream& read(char* s, uint_8 n); 44 48 45 inline std::string getFileName() const { return _filename; }46 49 protected: 47 50 FILE * fip; 48 std::string _filename;49 51 }; 50 52 … … 62 64 virtual RawInOutStream& write(const char* s, uint_8 n); 63 65 64 inline std::string getFileName() const { return _filename; }65 66 protected: 66 67 FILE * fip; 67 std::string _filename;68 68 }; 69 69
Note:
See TracChangeset
for help on using the changeset viewer.