strusAnalyzer
0.17
|
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 |
Structure describing the internal representation of a document analyzer map for introspection.
|
inline |
Default constructor.
|
inline |
Copy constructor.
|
inline |
Constructor.
[in] | definitions_ | definitions |
|
inline |