Namespaces | |
namespace | JetByteTools |
namespace | JetByteTools::Win32 |
Classes | |
class | CSmartLocalPointer |
A smart pointer to memory using the LocalAlloc() API. Calls LocalFree() on any memory that the CSmartLocalPointer owns when it goes out of scope to aid in scope based designs. More... |