Multiblade restructuring and dumping to file
Compare changes
Files
42+ 44
− 15
@@ -10,6 +10,7 @@
@@ -28,6 +29,8 @@
@@ -43,10 +46,15 @@ public:
@@ -61,11 +69,18 @@ private:
@@ -90,9 +105,7 @@ std::unique_ptr<DumpFile<T>> DumpFile<T>::open(const boost::filesystem::path& Fi
@@ -113,11 +126,20 @@ void DumpFile<T>::openRW() {
@@ -140,11 +162,12 @@ void DumpFile<T>::write() {
@@ -166,8 +189,11 @@ template<typename T>
@@ -175,7 +201,10 @@ template<typename T>