#include <memory>
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... |