OSDN Git Service

[core] : 内部のデータをファイルに保存する関数save_to_file()を追加。
authorcaprice <caprice@users.sourceforge.jp>
Sun, 23 Jun 2013 15:59:32 +0000 (00:59 +0900)
committercaprice <caprice@users.sourceforge.jp>
Sun, 23 Jun 2013 16:14:07 +0000 (01:14 +0900)
core/include/model.hpp

index ed2f747..ffcbcaf 100644 (file)
@@ -38,6 +38,8 @@ public:
     }
     
     bool load_file(const boost::filesystem::path& file_path);
+    bool save_to_file(const boost::filesystem::path& file_path,
+                      const mona_string& saved_table_name);
 
 private:
     static self_type *instance;