libcsdbg  1.28
C++ exception (and generic) stack trace debug library
filter * csdbg::filter::clone ( ) const
inlineprotectedvirtual

Object virtual copy constructor.

Returns
NULL

Implements csdbg::object.

Definition at line 27 of file filter.cpp.

28 {
29  return NULL;
30 }