MCPcopy Create free account
hub / github.com/alvesoaj/eFLL / FuzzyInput

Method FuzzyInput

FuzzyInput.cpp:16–19  ·  view source on GitHub ↗

CONTRUCTORS

Source from the content-addressed store, hash-verified

14
15// CONTRUCTORS
16FuzzyInput::FuzzyInput() : FuzzyIO()
17{
18 // no custom construction, using the father (FuzzyIO) constructor
19}
20
21FuzzyInput::FuzzyInput(int index) : FuzzyIO(index)
22{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected