summaryrefslogtreecommitdiff
path: root/core/report_spacereq.cpp
diff options
context:
space:
mode:
authorJan Huwald <jh@sotun.de>2012-05-07 20:01:51 (GMT)
committerJan Huwald <jh@sotun.de>2012-05-07 20:01:51 (GMT)
commit420d2ef464d4a741028e132e662d5626806a41f5 (patch)
tree1aca6eb512e4ed0fb5f3c10c528cb998b6ffd695 /core/report_spacereq.cpp
Initial commitHEADmaster
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