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