LLVM API Documentation
#include "llvm/ADT/StringExtras.h"#include <cstring>

Go to the source code of this file.
Functions | |
| std::string | llvm::getToken (std::string &Source, const char *Delimiters=" \t\n\v\f\r") |
| void | llvm::SplitString (const std::string &Source, std::vector< std::string > &OutFragments, const char *Delimiters=" \t\n\v\f\r") |
| void | llvm::UnescapeString (std::string &Str) |
| void | llvm::EscapeString (std::string &Str) |
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.