| 315 | } |
| 316 | |
| 317 | std::shared_ptr<Stream> Stream::shared_from_this() |
| 318 | { |
| 319 | return std::dynamic_pointer_cast<Stream>(Object::shared_from_this()); |
| 320 | } |
| 321 | |
| 322 | std::shared_ptr<const Stream> Stream::shared_from_this() const |
| 323 | { |
no outgoing calls
no test coverage detected