28 #include <pni/core/types.hpp>
92 const imp_type&
imp() const noexcept {
return _imp; }
Filter object.
Definition: nxfilter.hpp:42
FIMP imp_type
implementation type
Definition: nxfilter.hpp:46
nxfilter(const imp_type &i) noexcept
copy implementation constructor
Definition: nxfilter.hpp:77
const imp_type & imp() const noexcept
return const ref to implementation
Definition: nxfilter.hpp:92
Definition: cbf_reader.hpp:41
imp_type & imp()
get non-const ref
Definition: nxfilter.hpp:64
nxfilter< imp_type > filter_type
the actual filter type
Definition: nxfilter.hpp:48
virtual ~nxfilter()
destructor
Definition: nxfilter.hpp:81
imp_type _imp
filter implementation object
Definition: nxfilter.hpp:50
nxfilter() noexcept
default constructor
Definition: nxfilter.hpp:73