BusBoy  2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

Copyright 2014 Google Inc. All rights reserved.