libcsdbg
1.28
C++ exception (and generic) stack trace debug library
Main Page
Related Pages
Namespaces
Classes
Files
tracer
& csdbg::tracer::remove_filter
(
u32
i
)
inline
virtual
Unregister a filter.
Parameters
[in]
i
the filter registration index
Returns
*this
Exceptions
csdbg::exception
Definition at line
1069
of file
tracer.cpp
.
References
m_filters
.
1070
{
1071
m_filters
->remove(i);
1072
return
*
this
;
1073
}
csdbg::tracer::m_filters
chain< filter > * m_filters
Instrumentation filters.
Definition:
tracer.hpp:51
csdbg
tracer
Generated by
1.8.5