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

Structure describing the internal representation of a content statistics library. More...

#include <contentStatisticsView.hpp>

Public Member Functions

 ContentStatisticsView ()
 Default constructor. More...
 
 ContentStatisticsView (const ContentStatisticsView &o)
 Copy constructor. More...
 
 ContentStatisticsView (const std::vector< ContentStatisticsElementView > &elements_, const std::vector< std::string > &attributes_, const std::vector< std::string > &expressions_)
 Constructor. More...
 
const std::vector
< ContentStatisticsElementView > & 
elements () const
 Get the list of elements. More...
 
const std::vector< std::string > & attributes () const
 Get the list of visible attributes. More...
 
const std::vector< std::string > & expressions () const
 Get the list of expressions. More...
 

Detailed Description

Structure describing the internal representation of a content statistics library.

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

Constructor & Destructor Documentation

strus::analyzer::ContentStatisticsView::ContentStatisticsView ( )
inline

Default constructor.

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

Copy constructor.

strus::analyzer::ContentStatisticsView::ContentStatisticsView ( const std::vector< ContentStatisticsElementView > &  elements_,
const std::vector< std::string > &  attributes_,
const std::vector< std::string > &  expressions_ 
)
inline

Constructor.

Parameters
[in]elements_list of elements

Member Function Documentation

const std::vector<std::string>& strus::analyzer::ContentStatisticsView::attributes ( ) const
inline

Get the list of visible attributes.

const std::vector<ContentStatisticsElementView>& strus::analyzer::ContentStatisticsView::elements ( ) const
inline

Get the list of elements.

const std::vector<std::string>& strus::analyzer::ContentStatisticsView::expressions ( ) const
inline

Get the list of expressions.


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