| 6 | #include <vector> |
| 7 | |
| 8 | struct Example_nnp_select : public Example_nnp |
| 9 | { |
| 10 | std::vector<std::string> createdFiles; |
| 11 | |
| 12 | Example_nnp_select(std::string name) |
| 13 | : Example_nnp("nnp-select", name) {}; |
| 14 | }; |
| 15 | |
| 16 | template<> |
| 17 | void BoostDataContainer<Example_nnp_select>::setup() |