?? 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 + -