#include <buffer.hpp>
Public Member Functions | |
| template<typename T> | |
| void | operator() (T *&p) const |
Definition at line 196 of file buffer.hpp.
| void yaSSL::del_ptr_zero::operator() | ( | T *& | p | ) | const [inline] |
Definition at line 199 of file buffer.hpp.
References yaSSL::checked_delete(), and mySTL::swap().
00200 { 00201 T* tmp = 0; 00202 mySTL::swap(tmp, p); 00203 checked_delete(tmp); 00204 }
Here is the call graph for this function:

1.4.7

