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

Structure describing a document meta data element. More...

#include <documentMetaData.hpp>

Public Member Functions

 DocumentMetaData ()
 Default constructor. More...
 
 DocumentMetaData (const DocumentMetaData &o)
 Copy constructor. More...
 
 DocumentMetaData (const std::string &n, const NumericVariant &v)
 Constructor. More...
 
const std::string & name () const
 Get the name of the meta data element. More...
 
const NumericVariant & value () const
 Get the value of the meta data element. More...
 

Detailed Description

Structure describing a document meta data element.

Constructor & Destructor Documentation

strus::analyzer::DocumentMetaData::DocumentMetaData ( )
inline

Default constructor.

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

Copy constructor.

strus::analyzer::DocumentMetaData::DocumentMetaData ( const std::string &  n,
const NumericVariant &  v 
)
inline

Constructor.

Parameters
[in]nname of the meta data element
[in]vvalue of the meta data element

Member Function Documentation

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: