| 58 | }; |
| 59 | |
| 60 | class B1 : public B0 |
| 61 | { |
| 62 | public: |
| 63 | B1() |
| 64 | { |
| 65 | (*this)["b1_obj"] = 1; |
| 66 | } |
| 67 | REGISTER_CLASS_ATTR_OPS(B0); |
| 68 | }; |
| 69 | |
| 70 | void show_string_vector(const std::vector<std::string>& vec) |
| 71 | { |
nothing calls this directly
no outgoing calls
no test coverage detected