summaryrefslogtreecommitdiff
path: root/core/report_spacereq.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/report_spacereq.cpp')
-rw-r--r--core/report_spacereq.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/core/report_spacereq.cpp b/core/report_spacereq.cpp
new file mode 100644
index 0000000..f9df0c2
--- /dev/null
+++ b/core/report_spacereq.cpp
@@ -0,0 +1,15 @@
+#include <iostream>
+
+#include "pla_debug_space.hpp"
+#include "property_composition.hpp"
+
+#include "mempool.hpp"
+
+#include "model.hpp"
+
+int main() {
+ Lists::all allProperties;
+ PLA_Debug_Space action_debug;
+ allProperties.call(action_debug);
+ std::cout << action_debug.generateReport() << std::endl;
+}
contact: Jan Huwald // Impressum