Why, in a C++ API, do we have static methods FenceParams::Create
and FenceParams::Delete
to manage memory allocation and de-allocation of abstract class FenceParams
? Why doesn't FenceParams
derive from RefCountedPtr
?
↧
[CONNECT C++] FenceParams::Create and ::Delete
↧