| 36 | : ShPtr(std::make_shared<FooShPtr>("Outer")), SmHld(std::make_shared<FooSmHld>("Outer")) {} |
| 37 | std::shared_ptr<FooShPtr> getShPtr() const { return ShPtr; } |
| 38 | std::shared_ptr<FooSmHld> getSmHld() const { return SmHld; } |
| 39 | }; |
| 40 | |
| 41 | } // namespace |
nothing calls this directly
no outgoing calls
no test coverage detected