escape.h

Go to the documentation of this file.
00001 #ifndef ROSE_ESCAPE_H
00002 #define ROSE_ESCAPE_H
00003 
00004 #include <string>
00005 
00006 std::string escapeString(const std::string& s);
00007 std::string unescapeString(const std::string& s);
00008 
00009 #endif // ROSE_ESCAPE_H

Generated on Tue Jan 31 05:31:37 2012 for ROSE by  doxygen 1.4.7