Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set
// doxy/ or-tools/ src/ base/

or-tools/src/base/stringprintf.cc File Reference

#include "base/stringprintf.h"
#include <cstdarg>
#include <cstdio>
#include <string>

Go to the source code of this file.

Namespaces

namespace  operations_research

Functions

void operations_research::StringAppendV (std::string *const dst, const char *const format, va_list ap)
std::string operations_research::StringPrintf (const char *const format,...)
void operations_research::SStringPrintf (std::string *const dst, const char *const format,...)
void operations_research::StringAppendF (std::string *const dst, const char *const format,...)