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