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