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

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

#include <documentAnalyzerMapView.hpp>

Public Member Functions

 DocumentAnalyzerMapView ()
 Default constructor. More...
 
 DocumentAnalyzerMapView (const DocumentAnalyzerMapView &o)
 Copy constructor. More...
 
 DocumentAnalyzerMapView (const std::vector< DocumentAnalyzerMapElementView > &definitions_)
 Constructor. More...
 
const std::vector
< DocumentAnalyzerMapElementView > & 
definitions () const
 

Detailed Description

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

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

Constructor & Destructor Documentation

strus::analyzer::DocumentAnalyzerMapView::DocumentAnalyzerMapView ( )
inline

Default constructor.

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

Copy constructor.

strus::analyzer::DocumentAnalyzerMapView::DocumentAnalyzerMapView ( const std::vector< DocumentAnalyzerMapElementView > &  definitions_)
inline

Constructor.

Parameters
[in]definitions_definitions

Member Function Documentation

const std::vector<DocumentAnalyzerMapElementView>& strus::analyzer::DocumentAnalyzerMapView::definitions ( ) const
inline

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