MetriVis | Overview | Download | User Manual | Development |
Reference | Overview | Design Documentation | Reference Backend | Reference Frontend |
#include <string>
#include <stdio.h>
#include <stdarg.h>
Go to the source code of this file.
Namespaces | |
namespace | metrivis |
Functions | |
std::string | metrivis::StrPrint (const char *format,...) |
Constructs a C++ std::string from a C formatted char buffer. | |
std::string | metrivis::InternetFormatToPlainText (std::string message) |
Converts a string from the internet format to normal representation. |