#ifndef AGGPLOT_RESOURCE_MANAGER_H #define AGGPLOT_RESOURCE_MANAGER_H class manage_owner { public: template static void acquire(T* p) { }; template static void dispose(T* p) { delete p; }; }; class manage_not_owner { public: template static void acquire(T* p) { }; template static void dispose(T* p) { }; }; #endif

AltStyle によって変換されたページ (->オリジナル) /