strusAnalyzer  0.17
Public Member Functions | List of all members
strus::analyzer::AggregatorView Class Reference

Structures describing the internal representation of an aggregator function in a document analyzer. More...

#include <aggregatorView.hpp>

Public Member Functions

 AggregatorView ()
 Default constructor. More...
 
 AggregatorView (const AggregatorView &o)
 Copy constructor. More...
 
 AggregatorView (const std::string &type_, const FunctionView &function_)
 Constructor. More...
 
const std::string & type () const
 Get the type. More...
 
const FunctionViewfunction () const
 Get the function. More...
 

Detailed Description

Structures describing the internal representation of an aggregator function in a document analyzer.

Note
The internal representation may not be suitable for reconstructing the object

Constructor & Destructor Documentation

strus::analyzer::AggregatorView::AggregatorView ( )
inline

Default constructor.

strus::analyzer::AggregatorView::AggregatorView ( const AggregatorView o)
inline

Copy constructor.

strus::analyzer::AggregatorView::AggregatorView ( const std::string &  type_,
const FunctionView function_ 
)
inline

Constructor.

Parameters
[in]type_name of the meta data element created
[in]function_aggregating function

Member Function Documentation

const FunctionView& strus::analyzer::AggregatorView::function ( ) const
inline

Get the function.

const std::string& strus::analyzer::AggregatorView::type ( ) const
inline

Get the type.


The documentation for this class was generated from the following file: