Open-Transactions  0.93.0-ge03d287
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
StringUtils.hpp File Reference
#include <cinttypes>
#include <string>
#include <sstream>
#include <string.h>
Include dependency graph for StringUtils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  opentxs::split
 

Namespaces

 opentxs
 

Functions

char * opentxs::str_dup2 (const char *str, uint32_t length)
 
template<typename T >
std::string opentxs::to_string (const T &t)
 
size_t opentxs::strlcpy (char *dst, const char *src, size_t siz)
 
size_t opentxs::strlcat (char *dst, const char *src, size_t siz)