Structure describing a document attribute.
More...
#include <documentAttribute.hpp>
Structure describing a document attribute.
strus::analyzer::DocumentAttribute::DocumentAttribute |
( |
| ) |
|
|
inline |
strus::analyzer::DocumentAttribute::DocumentAttribute |
( |
const std::string & |
n, |
|
|
const std::string & |
v |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
[in] | n | name of the attribute |
[in] | v | value of the attribute |
const std::string& strus::analyzer::DocumentAttribute::name |
( |
| ) |
const |
|
inline |
Get the name of the attribute.
- Returns
- Name of the attribute
const std::string& strus::analyzer::DocumentAttribute::value |
( |
| ) |
const |
|
inline |
Get the value of the attribute.
- Returns
- Value of the attribute
The documentation for this class was generated from the following file: