#include <ProxyElement.h>
Inherited by keyple::core::seproxy::ReaderPlugin [virtual]
, and keyple::core::seproxy::SeReader [virtual]
.
|
virtual | ~ProxyElement ()=default |
|
virtual const std::string & | getName () const =0 |
|
virtual const std::map< const std::string, const std::string > & | getParameters () const =0 |
|
virtual void | setParameter (const std::string &key, const std::string &value)=0 |
|
virtual void | setParameters (const std::map< const std::string, const std::string > ¶meters) |
|
◆ ~ProxyElement()
virtual keyple::core::seproxy::ProxyElement::~ProxyElement |
( |
| ) |
|
|
virtualdefault |
◆ getName()
virtual const std::string& keyple::core::seproxy::ProxyElement::getName |
( |
| ) |
const |
|
pure virtual |
◆ getParameters()
virtual const std::map<const std::string, const std::string>& keyple::core::seproxy::ProxyElement::getParameters |
( |
| ) |
const |
|
pure virtual |
◆ setParameter()
virtual void keyple::core::seproxy::ProxyElement::setParameter |
( |
const std::string & |
key, |
|
|
const std::string & |
value |
|
) |
| |
|
pure virtual |
◆ setParameters()
virtual void keyple::core::seproxy::ProxyElement::setParameters |
( |
const std::map< const std::string, const std::string > & |
parameters | ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: