ANTLR Support Libraries 2.7.1+
|
#include "antlr/String.hpp"
#include <cctype>
#include <cstdio>
Functions | |
std::string | operator+ (const std::string &lhs, const int rhs) |
std::string | operator+ (const std::string &lhs, size_t rhs) |
std::string | charName (int ch) |
std ::string charName | ( | int | ch | ) |
Convert character to readable string
std ::string operator+ | ( | const std::string & | lhs, |
const int | rhs | ||
) |
std ::string operator+ | ( | const std::string & | lhs, |
size_t | rhs | ||
) |