]> Dogcows Code - chaz/openbox/blob - otk/assassin.hh
rm prefixes for all elements in the otk namepsace
[chaz/openbox] / otk / assassin.hh
1 // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
2 #ifndef __assassin_hh
3 #define __assassin_hh
4
5 namespace otk {
6
7 struct PointerAssassin {
8 template<typename T>
9 inline void operator()(const T ptr) const {
10 delete ptr;
11 }
12 };
13
14 }
15
16 #endif // __assassin_hh
This page took 0.041116 seconds and 5 git commands to generate.