TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
stringprintf.h File Reference
#include <stdarg.h>
#include <string>
#include <vector>
#include <google/protobuf/stubs/common.h>
+ Include dependency graph for stringprintf.h:

Go to the source code of this file.

Namespaces

 google
 
 google::protobuf
 

Functions

LIBPROTOBUF_EXPORT string google::protobuf::StringPrintf (const char *format,...)
 
LIBPROTOBUF_EXPORT const string & google::protobuf::SStringPrintf (string *dst, const char *format,...)
 
LIBPROTOBUF_EXPORT void google::protobuf::StringAppendF (string *dst, const char *format,...)
 
LIBPROTOBUF_EXPORT void google::protobuf::StringAppendV (string *dst, const char *format, va_list ap)
 
LIBPROTOBUF_EXPORT string google::protobuf::StringPrintfVector (const char *format, const vector< string > &v)
 

Variables

LIBPROTOBUF_EXPORT const int google::protobuf::kStringPrintfVectorMaxArgs