strusPython  0.14
Public Member Functions | List of all members
strus::MetaData Class Reference

Data object that represents single numeric property of a document that can be subject of retrieval or act as search restriction. More...

#include <bindingObjects.hpp>

Public Member Functions

 MetaData (const String &name_, const Variant &value_)
 Constructor. More...
 
 MetaData (const MetaData &o)
 Copy constructor. More...
 
 MetaData ()
 Default constructor. More...
 
const String & name () const
 Get the type name of this meta data field: More...
 
double value () const
 Get the value of this meta data field: More...
 

Detailed Description

Data object that represents single numeric property of a document that can be subject of retrieval or act as search restriction.

Constructor & Destructor Documentation

strus::MetaData::MetaData ( const String &  name_,
const Variant value_ 
)
inline

Constructor.

strus::MetaData::MetaData ( const MetaData o)
inline

Copy constructor.

strus::MetaData::MetaData ( )
inline

Default constructor.

Member Function Documentation

const String& strus::MetaData::name ( ) const
inline

Get the type name of this meta data field:

double strus::MetaData::value ( ) const
inline

Get the value of this meta data field:


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