#include <Transform.hpp>
Inherits pion::platform::Transform.
Definition at line 488 of file Transform.hpp.
Public Member Functions | |
| TransformLookup (const Vocabulary &v, const Vocabulary::Term &term, const xmlNodePtr config_ptr) | |
| virtual | ~TransformLookup () |
| Destructor, to dispose of the lookup table. | |
| virtual bool | transform (EventPtr &d, const EventPtr &s) |
| pion::platform::TransformLookup::TransformLookup | ( | const Vocabulary & | v, | |
| const Vocabulary::Term & | term, | |||
| const xmlNodePtr | config_ptr | |||
| ) | [inline] |
TransformLookup constructs a transformation assignment based on a lookup set of values
| v | Vocabulary to use | |
| term | The source term type to use | |
| config_ptr | Pointer to XML configuration of the Lookup entity |
Definition at line 525 of file Transform.hpp.
References pion::platform::ConfigManager::findConfigNodeByName(), pion::platform::Vocabulary::findTerm(), pion::platform::ConfigManager::getConfigOption(), pion::platform::ConfigManager::getConfigOptionEmptyOk(), and pion::platform::Vocabulary::UNDEFINED_TERM_REF.
| virtual bool pion::platform::TransformLookup::transform | ( | EventPtr & | d, | |
| const EventPtr & | s | |||
| ) | [inline, virtual] |
transform Assigns a value based on regex/lookup/default
| d | Destination event (pointer) to modify term | |
| s | Source event to use as basis for lookup |
Implements pion::platform::Transform.
Definition at line 609 of file Transform.hpp.
References pion::platform::AssignValue().
1.4.7