11 #ifndef _STRUS_ANALYZER_DOCUMENT_AGGREGATOR_VIEW_HPP_INCLUDED
12 #define _STRUS_ANALYZER_DOCUMENT_AGGREGATOR_VIEW_HPP_INCLUDED
30 :m_type(o.m_type),m_function(o.m_function){}
36 :m_type(type_),m_function(function_){}
39 const std::string&
type()
const {
return m_type;}
AggregatorView(const std::string &type_, const FunctionView &function_)
Constructor.
Definition: aggregatorView.hpp:35
Structure describing the internal representation of a normalizer/tokenizer/aggregator function in the...
Structure describing the internal representation of a normalizer/tokenizer/aggregator function in the...
Definition: functionView.hpp:29
Structures describing the internal representation of an aggregator function in a document analyzer...
Definition: aggregatorView.hpp:22
AggregatorView(const AggregatorView &o)
Copy constructor.
Definition: aggregatorView.hpp:29
AggregatorView()
Default constructor.
Definition: aggregatorView.hpp:26
const std::string & type() const
Get the type.
Definition: aggregatorView.hpp:39