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


Public Member Functions | |
| StringNumFormat () | |
| Constructor. | |
| virtual | ~StringNumFormat () |
| 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 = "numformat" |
| Name of this string manipulator. | |
numformat(d, p, t)
d - Decimals.
p - Decimal separator.
t - Thousands separator.
|
|
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