| 397 | public: |
| 398 | using CmdVec = std::vector<std::shared_ptr<Command>>; |
| 399 | CmdHandler() : descriptor(std::make_shared<Descriptor>()) {} |
| 400 | CmdHandler(std::weak_ptr<Command> c, std::weak_ptr<CmdVec> v) : |
| 401 | descriptor(std::make_shared<Descriptor>(c, v)) |
| 402 | {} |
nothing calls this directly
no outgoing calls
no test coverage detected