#include <StringManipulator.hpp>
Inheritance diagram for Ionflux::Tools::StringSWrap:


Public Member Functions | |
| StringSWrap () | |
| Constructor. | |
| virtual | ~StringSWrap () |
| 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 = "swrap" |
| Name of this string manipulator. | |
swrap(n, [p], [t])
n - Line width.
p - Prefix (optional).
t - Line terminator (optional).
|
|
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.
|
1.4.6