📄 refcntmem.h
字号:
///////////////////////////////////////////////////////////////////////////
//
// NAME
// RefCntMem.h -- reference-counted heap memory
//
// DESCRIPTION
// The CRefCntMem class is used to manage reference-counted
// dynamically allocatable memory. This memory can be shared
// across many instances of the class object, provided they
// were created from each other through copy construction or assignment.
//
// Using the class in a large memory object class such as CImage allows
// the including class to achieve a similar kind of memory sharing as
// is found in garbage collected languages such as Java and C#.
//
// SEE ALSO
// RefCntMem.cpp implementation
// Image.h class that uses a CRefCntMem object
//
// Copyright
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -