BusBoy
2
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
cpp
api
util
IOUtil.h
Go to the documentation of this file.
1
17
#ifndef __BUSBOY_IO_UTIL_H__
18
#define __BUSBOY_IO_UTIL_H__
19
20
#include <cstdarg>
21
#include <string>
22
23
namespace
BUSBOY {
24
25
class
IOUtil
{
26
27
public
:
28
29
static
bool
directoryExists
(
const
std::string& path);
30
31
35
static
std::string
printfToString
(
const
char
* format, ...);
36
37
41
static
std::string
vprintfToString
(
const
char
* format, va_list args);
42
43
};
44
45
}
46
47
#endif
Tue Nov 11 2014 23:19:41
1.8.3.1
Copyright 2014 Google Inc. All rights reserved.