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

Structure describing the internal representation of a document analyzer for introspection. More...

#include <queryAnalyzerView.hpp>

Public Member Functions

 QueryAnalyzerView ()
 Default constructor. More...
 
 QueryAnalyzerView (const QueryAnalyzerView &o)
 Copy constructor. More...
 
 QueryAnalyzerView (const std::vector< QueryElementView > &elements_, const std::vector< QueryElementView > &patternLexems_)
 Constructor. More...
 
const std::vector
< QueryElementView > & 
elements () const
 
const std::vector
< QueryElementView > & 
patternLexems () const
 

Detailed Description

Structure describing the internal representation of a document analyzer for introspection.

Note
The internal representations may not be suitable for reconstructing the objects

Constructor & Destructor Documentation

strus::analyzer::QueryAnalyzerView::QueryAnalyzerView ( )
inline

Default constructor.

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

Copy constructor.

strus::analyzer::QueryAnalyzerView::QueryAnalyzerView ( const std::vector< QueryElementView > &  elements_,
const std::vector< QueryElementView > &  patternLexems_ 
)
inline

Constructor.

Parameters
[in]elements_elements

Member Function Documentation

const std::vector<QueryElementView>& strus::analyzer::QueryAnalyzerView::elements ( ) const
inline
const std::vector<QueryElementView>& strus::analyzer::QueryAnalyzerView::patternLexems ( ) const
inline

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