util/StringTrim.h File Reference

Include dependency graph for StringTrim.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  org
namespace  org::xmlBlaster
namespace  org::xmlBlaster::util

Classes

class  org::xmlBlaster::util::StringTrim
 This template class is used to trim a std::string the same way the String.trim java method does. More...

Defines

#define EMPTY_STRING   std::string("")


Define Documentation

#define EMPTY_STRING   std::string("")

Definition at line 17 of file StringTrim.h.

Referenced by org::xmlBlaster::util::StringTrim::trim(), org::xmlBlaster::util::StringTrim::trimEnd(), and org::xmlBlaster::util::StringTrim::trimStart().