#include <Transform.hpp>
Inherits pion::platform::Transform.
Definition at line 208 of file Transform.hpp.
Public Member Functions | |
| TransformAssignTerm (const Vocabulary &v, const Vocabulary::Term &term, const xmlNodePtr config_ptr) | |
| virtual bool | transform (EventPtr &d, const EventPtr &s) |
| pion::platform::TransformAssignTerm::TransformAssignTerm | ( | const Vocabulary & | v, | |
| const Vocabulary::Term & | term, | |||
| const xmlNodePtr | config_ptr | |||
| ) | [inline] |
TransformAssignTerm constructs a transformation assignment based on a source term
| v | Vocabulary to use | |
| term | The source term type to use | |
| config_ptr | Pointer to XML configuration of the AssignTerm entity |
Definition at line 223 of file Transform.hpp.
References pion::platform::Vocabulary::findTerm(), pion::platform::ConfigManager::getConfigOption(), and pion::platform::Vocabulary::UNDEFINED_TERM_REF.
| virtual bool pion::platform::TransformAssignTerm::transform | ( | EventPtr & | d, | |
| const EventPtr & | s | |||
| ) | [inline, virtual] |
transform Assigns a copy of the source term into the destination event/term
| d | Destination event (pointer) to modify term | |
| s | Source event to copy the termS/valueS from |
Implements pion::platform::Transform.
Definition at line 244 of file Transform.hpp.
References pion::platform::AssignValue().
1.4.7