文件名称:树控件 TreeEx good I think
文件大小:5KB
文件格式:ZIP
更新时间:2011-11-26 02:48:03
TreeEx good I think
The purpose of the Data class is to keep the actual data. It keeps the data until all actual references to it are dead. This is done with reference counting (COM like). I know somebody may find this worthless and useless, but it makes the data more capsulated and secure. The implementation is divided in two classes Data and Ref (reference). All the data is stored in the Data class.All the job is done by Ref class, which manipulates the data class.
【文件预览】:
StdAfx.cpp
treedemo.dsp
DataKeeper.h
Tree.h
treedemo.cpp
StdAfx.h