summaryrefslogtreecommitdiff
path: root/core/report_spacereq.cpp
blob: f9df0c2c6cd685b0653f5cb187a273c6ad6bd929 (plain)
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;
}
contact: Jan Huwald // Impressum