#include <memory>
Include dependency graph for refcounted.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | mysqlpp |
Classes | |
struct | mysqlpp::RefCountedPointerDestroyer< T > |
Functor to call delete on the pointer you pass to it. More... | |
class | mysqlpp::RefCountedPointer< T, Destroyer > |
Creates an object that acts as a reference-counted pointer to another object. More... |