Common base for Const- and NonConst-DelayedMapping. More...
#include <MappingUtils.h>

Public Member Functions | |
| BaseDelayedMapping (Base *mapping, simtime_t delay) | |
| virtual double | getValue (const Argument &pos) const |
| virtual ConstMappingIterator * | createConstIterator () |
| virtual ConstMappingIterator * | createConstIterator (const Argument &pos) |
| virtual simtime_t | getDelay () const |
| Returns the delay used by this mapping. | |
| virtual void | delayMapping (simtime_t d) |
| Changes the delay to the passed value. | |
Protected Member Functions | |
| Argument | delayPosition (const Argument &pos) const |
Protected Attributes | |
| Base * | mapping |
| simtime_t | delay |
Common base for Const- and NonConst-DelayedMapping.
Definition at line 2206 of file MappingUtils.h.
1.7.1