GeneratorALUParameters class
#include <GenerationParameters.hpp>
Contents
- Reference
Public functions
- auto getALL() -> bool
- auto getSUM() -> bool
- auto getSUB() -> bool
- auto getNSUM() -> bool
- auto getNSUB() -> bool
- auto getMULT() -> bool
- auto getCOM() -> bool
- auto getAND() -> bool
- auto getNAND() -> bool
- auto getOR() -> bool
- auto getNOR() -> bool
- auto getXOR() -> bool
- auto getXNOR() -> bool
- auto getCNF() -> bool
- auto getRNL() -> bool
- auto getNUMOP() -> bool
- auto getminLevel() -> uint32_t
- auto getmaxLevel() -> uint32_t
- auto getminElement() -> uint32_t
- auto getmaxElement() -> uint32_t
- auto getm() -> std::map<Gates, int32_t>
- auto getLeaveEmptyOut() -> bool
- void setALL(bool i_ALL)
- void setSUM(bool i_SUM)
- void setSUB(bool i_SUB)
- void setNSUM(bool i_NSUM)
- void setNSUB(bool i_NSUB)
- void setMULT(bool i_MULT)
- void setCOM(bool i_COM)
- void setAND(bool i_AND)
- void setNAND(bool i_NAND)
- void setOR(bool i_OR)
- void setNOR(bool i_NOR)
- void setXOR(bool i_XOR)
- void setXNOR(bool i_XNOR)
- void setCNF(bool i_CNF)
- void setRNL(int32_t i_RNL)
- void setNUMOP(int32_t i_NUM_OP)
- void setminLevel(uint32_t i_minLevel)
- void setmaxLevel(uint32_t i_maxLevel)
- void setminElement(uint32_t i_minElement)
- void setmaxElement(uint32_t i_maxElement)
- void setm(std::map<Gates, int32_t> i_m)
- void setLeaveEmptyOut(bool i_LeaveEmptyOut)