#include <Functors.h>
List of all members.
[inline]
Definition at line 42 of file Functors.h.
00042 {void operator()(TLine* x) { delete x; }};