TxCabMap: HTTP-based term expander using DTA::CAB HTTP protocol in "map-mode".
More...
#include <TermExpander.h>
|
| TxCabMap (const string &label=string("CabMap"), const string ¶m=string(""), int Debug=0, int MapMode=1) |
|
virtual | ~TxCabMap (void) |
|
virtual CTermExpander * | clone (map< CTermExpander *, CTermExpander *> &xlate) const |
| clone constructor calls default constructor More...
|
|
| TxCab (const string &label=string("Cab"), const string ¶m=string(""), int Debug=0, int MapMode=0) |
|
virtual | ~TxCab (void) |
|
virtual void | compile (void) |
|
virtual void | expand (const set< string > &src, set< string > &dst) |
| Expand a set of terms src to a set of terms dst. More...
|
|
| TxCurl (const string &cls=string("Curl"), const string &label=string("Curl"), const string ¶m=string("")) |
| default constructor; no implicit compilation More...
|
|
virtual | ~TxCurl (void) |
| Destructor frees m_Curl if non-NULL. More...
|
|
virtual bool | perform (void) |
| Wrapper for m_CCurl.perform_cached() More...
|
|
Public Member Functions inherited from CTermExpander |
| CTermExpander (const string &cls, const string &label, const string ¶m) |
| Full constructor (abstract base classes only) More...
|
|
| CTermExpander (const string &label=string("NoLabel"), const string ¶m=string("")) |
| Default constructor, to be overridden by subclasses. More...
|
|
virtual CTermExpander * | mapClone (map< CTermExpander *, CTermExpander *> &xlate) const |
| clone constructor, handles sub-object cloning according to xlate map */ More...
|
|
virtual | ~CTermExpander (void) |
| Default destructor. More...
|
|
virtual string | configString (void) const |
| String form of this expander. Default is m_Class + " " + m_Label + " " + m_Param. More...
|
|
virtual void | expand (const string &src, set< string > &dst) |
| Expand a single term term to a set of terms dst. More...
|
|
TxCabMap: HTTP-based term expander using DTA::CAB HTTP protocol in "map-mode".
◆ TxCabMap()
TxCabMap::TxCabMap |
( |
const string & |
label = string("CabMap") , |
|
|
const string & |
param = string("") , |
|
|
int |
Debug = 0 , |
|
|
int |
MapMode = 1 |
|
) |
| |
|
inline |
◆ ~TxCabMap()
virtual TxCabMap::~TxCabMap |
( |
void |
| ) |
|
|
inlinevirtual |
◆ clone()
The documentation for this class was generated from the following files: