ROSE
0.11.131.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
src
util
stringSupport
escape.h
1
#ifndef ROSE_ESCAPE_H
2
#define ROSE_ESCAPE_H
3
4
#include <string>
5
#include "rosedll.h"
6
7
ROSE_UTIL_API std::string escapeString(
const
std::string& s);
8
ROSE_UTIL_API std::string unescapeString(
const
std::string& s);
9
10
#endif // ROSE_ESCAPE_H
Generated on Mon May 29 2023 06:08:41 for ROSE by
1.8.10