* Creates a WaveUnmanaged from an existing Wave struct. */
| 21 | * Creates a WaveUnmanaged from an existing Wave struct. |
| 22 | */ |
| 23 | WaveUnmanaged(const ::Wave& wave) : ::Wave(wave) {} |
| 24 | |
| 25 | /** |
| 26 | * Creates a WaveUnmanaged from its components. |
nothing calls this directly
no outgoing calls
no test coverage detected