OMNeT++ Simulation Library
6.0.3
|
#include <cxmlelement.h>
A parameter resolver class for cXMLElement::getElementByPath().
It resolves parameters from a string map that contains (parametername, value) pairs.
Public Member Functions | |
virtual bool | resolve (const char *paramname, std::string &value) override |
|
overridevirtual |
To be redefined in subclasses. If paramname is recognized, the method should store the value in the 'value' argument and return true; otherwise it should return false.
Implements cXMLElement::ParamResolver.