DeleteObject.h

Go to the documentation of this file.
00001 #ifndef ATLFAST_DELETEOBJECT_H
00002 #define ATLFAST_DELETEOBJECT_H
00003 
00004 namespace Atlfast{
00005 
00007   class DeleteObject{
00008   public:
00010     template<class T>
00011       void operator()(T* t){delete t;}
00012   };
00013 }
00014 #endif

Generated on Mon Sep 24 14:19:10 2007 for AtlfastAlgs by  doxygen 1.5.1