CONTRUCTORS
| 14 | |
| 15 | // CONTRUCTORS |
| 16 | FuzzyInput::FuzzyInput() : FuzzyIO() |
| 17 | { |
| 18 | // no custom construction, using the father (FuzzyIO) constructor |
| 19 | } |
| 20 | |
| 21 | FuzzyInput::FuzzyInput(int index) : FuzzyIO(index) |
| 22 | { |
nothing calls this directly
no outgoing calls
no test coverage detected