#include <StringManipulator.hpp>
Inheritance diagram for Ionflux::Tools::StringInsert:
Public Member Functions | |
StringInsert () | |
Constructor. | |
virtual | ~StringInsert () |
Destructor. | |
virtual std::string | process (const std::string &bytes, std::vector< std::string > *args=0) |
Process bytes. | |
virtual std::string | getName () |
Get name. | |
Static Public Attributes | |
static const std::string | STRINGMANIP_NAME = "insert" |
Name of this string manipulator. |
insert(s, p)
s - String to insert.
p - Target position (<number>|front|back).
|
Constructor.
|
|
Destructor.
|
|
Get name.
Implements Ionflux::Tools::StringManipulator. |
|
Process bytes. Processes a byte string and returns the result.
Implements Ionflux::Tools::StringManipulator. |
|
Name of this string manipulator.
|