]> Dogcows Code - chaz/openbox/blob - assassin.hh
89e98153c20f92b45054edc28c5331b237945f53
[chaz/openbox] / assassin.hh
1 #ifndef __assassin_hh
2 #define __assassin_hh
3
4 namespace otk {
5
6 struct PointerAssassin {
7 template<typename T>
8 inline void operator()(const T ptr) const {
9 delete ptr;
10 }
11 };
12
13 }
14
15 #endif // __assassin_hh
This page took 0.03248 seconds and 3 git commands to generate.