c++实现建造者模式完整源代码 BuilderPattern.hpp main.cpp BuilderPattern.hpp #ifndef __BUILDER_PATTERN__ #define __BUILDER_PATTERN__ #include <iostream> #