ofDoc > types > ofPtr

ofPtr

Public Functions

void ofPtr () Use shared_ptr instead
void ofPtr (Tp1 *__p) Use shared_ptr instead
ofPtr (Tp1 *__p, _Deleter __d)
ofPtr (Tp1 *__p, _Deleter __d, const _Alloc &__a)
ofPtr (const ofPtr< Tp1 > &__r, T *__p)
ofPtr (const ofPtr< Tp1 > &__r)
ofPtr (const std::shared_ptr< Tp1 > &__r)
ofPtr (const std::weak_ptr< Tp1 > &__r)
ofPtr (const ofPtr< Tp1 > &__r, std::__dynamic_cast_tag)
ofPtr ()
ofPtr (Tp1 *__p)