10 #ifndef YARP_OS_NETTYPE_H
11 #define YARP_OS_NETTYPE_H
34 static std::string toHexString(
int x);
35 static std::string toHexString(
long x);
36 static std::string toHexString(
unsigned int x);
40 static std::string
toString(
unsigned int x);
50 static int toInt(
const std::string& x);
51 static unsigned long int getCrc(
char* buf,
size_t len);
A simple abstraction for a block of bytes.
Various utilities related to types and formats.
std::string toString(const T &value)
convert an arbitrary type to string.
The main, catch-all namespace for YARP.