| 14 | // Constructors |
| 15 | Structure(std::shared_ptr<const AbstractProcessManager> manager, remote_addr_t addr); |
| 16 | Structure(const Structure&) = delete; |
| 17 | Structure& operator=(const Structure&) = delete; |
| 18 | |
| 19 | // Methods |
nothing calls this directly
no outgoing calls
no test coverage detected