diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-01-23 14:57:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-01-23 20:59:31 +0100 |
| commit | 2089fb99e5b289a24ad8aade07a20e0659905143 (patch) | |
| tree | 2366641a6349b2453f071b75ed376d72cf04ff66 /src/stl_binary_reader.h | |
| parent | 9012c19d14008aed42bda412eb60a50cccc77ed5 (diff) | |
Introduce InputReader to read data from the file and do low-level parsing.
Diffstat (limited to 'src/stl_binary_reader.h')
| -rw-r--r-- | src/stl_binary_reader.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/stl_binary_reader.h b/src/stl_binary_reader.h index 240b9e7..4c8f6e1 100644 --- a/src/stl_binary_reader.h +++ b/src/stl_binary_reader.h @@ -33,7 +33,6 @@ class STLBinaryReader : public Reader { public: STLBinaryReader (std::istream &); - ~STLBinaryReader (); std::map<std::string, std::string> metadata () const; @@ -68,12 +67,7 @@ public: std::string editor_contact_details; private: - std::string get_string (int, int) const; - int get_int (int, int) const; - Time get_timecode (int) const; - STLBinaryTables _tables; - unsigned char* _buffer; }; } |
