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

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

#include <documentAnalyzerMapView.hpp>

Public Member Functions

 DocumentAnalyzerMapElementView (const DocumentAnalyzerMapElementView &o)
 
 DocumentAnalyzerMapElementView (const std::string &mimeType_, const std::string &scheme_, const DocumentAnalyzerView &analyzer_)
 
const std::string & mimeType () const
 
const std::string & scheme () const
 
const DocumentAnalyzerViewanalyzer () const
 

Detailed Description

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

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

Constructor & Destructor Documentation

strus::analyzer::DocumentAnalyzerMapElementView::DocumentAnalyzerMapElementView ( const DocumentAnalyzerMapElementView o)
inline
strus::analyzer::DocumentAnalyzerMapElementView::DocumentAnalyzerMapElementView ( const std::string &  mimeType_,
const std::string &  scheme_,
const DocumentAnalyzerView analyzer_ 
)
inline

Member Function Documentation

const DocumentAnalyzerView& strus::analyzer::DocumentAnalyzerMapElementView::analyzer ( ) const
inline
const std::string& strus::analyzer::DocumentAnalyzerMapElementView::mimeType ( ) const
inline
const std::string& strus::analyzer::DocumentAnalyzerMapElementView::scheme ( ) const
inline

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