lib/antlr/src/String.cpp File Reference
#include "antlr/String.hpp"
#include <cctype>
#include <cstdio>
Go to the source code of this file.
Functions | |
std::string | operator+ (const std::string &lhs, const int rhs) |
std::string | charName (int ch) |
Convert character to readable string. |
Function Documentation
|
Convert character to readable string.
Definition at line 32 of file String.cpp. References ANTLR_USE_NAMESPACE. Referenced by NoViableAltForCharException::getMessage(), and MismatchedCharException::getMessage(). |
|
Definition at line 23 of file String.cpp. |