source: trunk/FACT++/src/tools.h@ 11217

Last change on this file since 11217 was 10429, checked in by tbretz, 13 years ago
Moved the tools function into their own namespace to get rid of problems whenlinking with root.
File size: 183 bytes
Line 
1#include <string>
2
3namespace Tools
4{
5 std::string Format(const char *fmt, va_list &ap);
6 std::string Form(const char *fmt, ...);
7 std::string Trim(const std::string &str);
8}
Note: See TracBrowser for help on using the repository browser.