strus  0.17
Public Member Functions | List of all members
strus::PostingJoinOperatorInterface::Description Struct Reference

Structure that describes the join operator. More...

#include <postingJoinOperatorInterface.hpp>

Public Member Functions

 Description ()
 Default constructor. More...
 
 Description (const std::string &name_, const std::string &text_)
 Constructor. More...
 
 Description (const Description &o)
 Copy constructor. More...
 
const std::string & name () const
 Get description text. More...
 
const std::string & text () const
 Get description text. More...
 

Detailed Description

Structure that describes the join operator.

Constructor & Destructor Documentation

strus::PostingJoinOperatorInterface::Description::Description ( )
inline

Default constructor.

strus::PostingJoinOperatorInterface::Description::Description ( const std::string &  name_,
const std::string &  text_ 
)
inline

Constructor.

strus::PostingJoinOperatorInterface::Description::Description ( const Description o)
inline

Copy constructor.

Member Function Documentation

const std::string& strus::PostingJoinOperatorInterface::Description::name ( ) const
inline

Get description text.

const std::string& strus::PostingJoinOperatorInterface::Description::text ( ) const
inline

Get description text.


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