Class Parameterizable

Inheritance Relationships

Derived Types

Class Documentation

class sparsebase::utils::Parameterizable

A generic type for all preprocessing types.

Subclassed by sparsebase::utils::FunctionMatcherMixin< format::FormatOrderOne< FloatType > * >, sparsebase::utils::FunctionMatcherMixin< IDType * >, sparsebase::utils::FunctionMatcherMixin< ReturnFormatType * >, sparsebase::utils::FunctionMatcherMixin< format::Format * >, sparsebase::utils::FunctionMatcherMixin< ReturnType, PreprocessingImpl, Function, Key, KeyHash, KeyEqualTo >

Protected Attributes

std::unique_ptr<Parameters> params_

Polymorphic pointer at a PreprocessParams object.