| 
    OMNeT++ Simulation Library
    5.4.1
    
   | 
 
#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.