这个类用于禁止拷贝构造函数和赋值操作,但允许移动构造函数和赋值操作
const ContId & GetControllerId() const
const std::set< JuncId > & GetJunctions() const
std::set< JuncId > _junctions
const uint32_t & GetSequence() const
Controller(ContId id, std::string name, uint32_t sequence)
std::set< SignId > _signals
const std::set< SignId > & GetSignals() const
const std::string & GetName() const