ome-common
5.5.0
|
String utility methods. More...
#include <ome/common/config.h>
#include <string>
#include <cstdarg>
#include <cstring>
Go to the source code of this file.
Namespaces | |
ome | |
Open Microscopy Environment C++. | |
ome::common | |
OME compatibility functions and classes. | |
Functions | |
std::string | ome::common::ltrim (const std::string &str) |
Trim leading whitespace from a string. More... | |
std::string | ome::common::rtrim (const std::string &str) |
Trim trailing whitespace from a string. More... | |
std::string | ome::common::trim (const std::string &str) |
Trim leading and trailing whitespace from a string. More... | |
String utility methods.