c++实现桥接模式完整源代码 BridgePattern.hpp main.cpp BridgePattern.hpp #ifndef __BRIDGE_PATTERN_H__ #define __BRIDGE_PATTERN_H__ #include <iostream> #