文件名称:基于模板、类型安全、通用的观察者模式的C++实现
文件大小:6KB
文件格式:ZIP
更新时间:2014-09-11 08:08:27
Type-safe Generic Observer
Implementation of Template-based, type-safe and generic Observer Pattern for C++基于模板、类型安全、通用的观察者模式的C++实现;包含库文件和使用示例。
【文件预览】:
ObserverPattern
----ReadMe.txt(830B)
----lib()
--------FObserverPattern.h(9KB)
----demo()
--------FEntity.h(523B)
--------main.cpp(792B)
--------FValueEntity.h(491B)
--------FValueEntity.cpp(637B)
--------FEntity.cpp(2KB)
--------FValueMonitor.cpp(2KB)
--------FValueMonitor.h(378B)