copyTable(TruthTable newTable) | TruthTable | |
getIndex(vector< bool >input) | TruthTable | [private] |
getIndex(wxString input) | TruthTable | [private] |
getInputs() | TruthTable | |
getName() | TruthTable | |
getOutput(vector< bool > input) | TruthTable | |
getOutput(wxString input) | TruthTable | |
getOutput(vector< bool > input, int output) | TruthTable | |
getOutput(wxString input, int output) | TruthTable | |
getOutputs() | TruthTable | |
getTable() | TruthTable | |
inputs | TruthTable | [private] |
name | TruthTable | [private] |
outputs | TruthTable | [private] |
setName(wxString newName) | TruthTable | |
setOutput(vector< bool > input, vector< bool > output) | TruthTable | |
setOutput(wxString input, wxString output) | TruthTable | |
setTable(vector< vector< bool > > table) | TruthTable | |
stringToVector(wxString input) | TruthTable | [private] |
table | TruthTable | [private] |
TruthTable(wxString name, int inputs, int outputs) | TruthTable | |
TruthTable() | TruthTable | |
vectorToString(vector< bool > input) | TruthTable | [private] |
~TruthTable() | TruthTable | [virtual] |