#include <IOUtil.h>
|
static bool | directoryExists (const std::string &path) |
|
static std::string | printfToString (const char *format,...) |
| Return the results of a printf call as std::string. More...
|
|
static std::string | vprintfToString (const char *format, va_list args) |
| Return the results of a printf call as std::string. More...
|
|
bool BUSBOY::IOUtil::directoryExists |
( |
const std::string & |
path | ) |
|
|
static |
std::string BUSBOY::IOUtil::printfToString |
( |
const char * |
format, |
|
|
|
... |
|
) |
| |
|
static |
Return the results of a printf call as std::string.
std::string BUSBOY::IOUtil::vprintfToString |
( |
const char * |
format, |
|
|
va_list |
args |
|
) |
| |
|
static |
Return the results of a printf call as std::string.
The documentation for this class was generated from the following files:
Copyright 2014 Google Inc. All rights reserved.