strusAnalyzer
0.17
|
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... | |
Structure describing the internal representation of a content statistics library.
|
inline |
Default constructor.
|
inline |
Copy constructor.
|
inline |
Constructor.
[in] | elements_ | list of elements |
|
inline |
Get the list of visible attributes.
|
inline |
Get the list of elements.
|
inline |
Get the list of expressions.