1 2 3 4 5 6 7 8 9 10 11 12 13 14 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; }