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

Structure describing a document markup attribute. More...

#include <tokenMarkup.hpp>

Public Member Functions

 Attribute (const std::string &name_, const std::string &value_)
 Constructor. More...
 
 Attribute (const Attribute &o)
 Copy constructor. More...
 
const std::string & name () const
 Get the tag name of the markup attribute. More...
 
const std::string & value () const
 Get the tag value of the markup attribute. More...
 

Detailed Description

Structure describing a document markup attribute.

Constructor & Destructor Documentation

strus::analyzer::TokenMarkup::Attribute::Attribute ( const std::string &  name_,
const std::string &  value_ 
)
inline

Constructor.

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

Copy constructor.

Member Function Documentation

const std::string& strus::analyzer::TokenMarkup::Attribute::name ( ) const
inline

Get the tag name of the markup attribute.

const std::string& strus::analyzer::TokenMarkup::Attribute::value ( ) const
inline

Get the tag value of the markup attribute.


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