bioformats  5.1.3
Namespaces | Functions
string.h File Reference

String utility methods. More...

#include <ome/common/config.h>
#include <string>
#include <cstdarg>
#include <cstring>
+ Include dependency graph for string.h:

Go to the source code of this file.

Namespaces

 ome
 Open Microscopy Environment C++ implementation.
 
 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...
 

Detailed Description

String utility methods.