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

Data object that describes a single property of a document that is not subject of retrieval. It acts as description of the document that can be shown as a result of retrieval. More...

#include <bindingObjects.hpp>

Public Member Functions

 Attribute (const String &name_, const String &value_)
 Constructor. More...
 
 Attribute (const Attribute &o)
 Constructor. More...
 
 Attribute ()
 Constructor. More...
 
const String & name () const
 Get the unique type name of this attribute. More...
 
const String & value () const
 Get the type value of this attribute. More...
 
WString ucvalue () const
 

Detailed Description

Data object that describes a single property of a document that is not subject of retrieval. It acts as description of the document that can be shown as a result of retrieval.

Constructor & Destructor Documentation

strus::Attribute::Attribute ( const String &  name_,
const String &  value_ 
)
inline

Constructor.

strus::Attribute::Attribute ( const Attribute o)
inline

Constructor.

strus::Attribute::Attribute ( )
inline

Constructor.

Member Function Documentation

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

Get the unique type name of this attribute.

WString strus::Attribute::ucvalue ( ) const
const String& strus::Attribute::value ( ) const
inline

Get the type value of this attribute.


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