C++ 类 class 构造函数 : 成员赋值 父类提前构造_变量初始化

冒号后面

Worker("ConsensusEngine", 0)是给父类初始化

其它都是给当前类ConsensusEngineBase的变量初始化