C++设计模式代理模式

时间:2022-01-02 07:32:47
【文件属性】:

文件名称:C++设计模式代理模式

文件大小:8KB

文件格式:ZIP

更新时间:2022-01-02 07:32:47

设计模式 代码模式

C++实现代理模式,隐藏了真实的对象并且可以扩展其他的非核心功能,还实现了强制代理


【文件预览】:
Proxy
----ICost.h(93B)
----StudentPlayer.h(831B)
----AdultPlayer.cpp(607B)
----StudentPlayer.cpp(2KB)
----IPlayer.h(421B)
----ProxyChildrenPlayer.cpp(724B)
----IPlayer.cpp(379B)
----Debug()
--------Proxy.tlog()
--------Proxy.log(96B)
--------Proxy.Build.CppClean.log(1KB)
----ProxyChildrenPlayer.h(447B)
----ICost.cpp(101B)
----MainCpp.cpp(1KB)
----ChildrenPlayer.cpp(1KB)
----Proxy.vcxproj(5KB)
----Proxy.vcxproj.filters(2KB)
----ChildrenPlayer.h(431B)
----AdultPlayer.h(310B)

网友评论