| 17 | } |
| 18 | |
| 19 | Encoder_polar_PAC* |
| 20 | Encoder_polar_PAC ::clone() const |
| 21 | { |
| 22 | return new Encoder_polar_PAC(*this); |
| 23 | } |
| 24 | |
| 25 | void |
| 26 | Encoder_polar_PAC ::get_description(cli::Argument_map_info& args) const |
nothing calls this directly
no outgoing calls
no test coverage detected