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