#include #include std::shared_ptr QPDFValue::do_create(QPDFValue* object) { std::shared_ptr obj(new QPDFValueProxy()); obj->value = std::shared_ptr(object); return obj; }