hdk-grid 0.0.1
Header-only foundational library for the Hollow Development Kit.
Loading...
Searching...
No Matches
SharedPtrWrapper.hpp File Reference

For complete documentation, see src/SharedPtrWrapper.cpp. More...

#include <functional>
#include <memory>
#include <unordered_map>
Include dependency graph for SharedPtrWrapper.hpp:

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

Detailed Description

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.