added support in Model for removing the whole tree

(without lists/vectors at the moment yet)




git-svn-id: svn://ttmath.org/publicrep/morm/trunk@1206 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2019-09-05 16:32:35 +00:00
parent d2f851faf9
commit 0be9feda44
8 changed files with 118 additions and 67 deletions

View File

@@ -62,6 +62,7 @@ public:
virtual void set_logger(PT::Log * log);
virtual void set_logger(PT::Log & log);
virtual PT::Log * get_logger();
virtual void set_stream(PT::TextStream & stream);
virtual PT::TextStream * get_stream();