For complete documentation, see src/SharedPtrWrapper.cpp. More...
#include <functional>#include <memory>#include <unordered_map>Go to the source code of this file.
Classes | |
| class | hdk::grid::SharedPtrWrapper< StructType > |
| Reference-counted wrapper for C structures using std::shared_ptr. More... | |
Namespaces | |
| namespace | hdk |
| namespace | hdk::grid |
For complete documentation, see src/SharedPtrWrapper.cpp.
Documentation for SharedPtrWrapper template - reference-counted wrapper for C structures.
SharedPtrWrapper provides a template base class for wrapping C-style structures with shared_ptr lifetime management. This file contains the complete documentation. The actual implementation is header-only in SharedPtrWrapper.hpp.
Definition in file SharedPtrWrapper.hpp.