ANTLR Support Libraries 2.7.1+
Functions
String.cpp File Reference
#include "antlr/String.hpp"
#include <cctype>
#include <cstdio>
Include dependency graph for String.cpp:

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)
 

Function Documentation

◆ charName()

std ::string charName ( int  ch)

Convert character to readable string

◆ operator+() [1/2]

std ::string operator+ ( const std ::string &  lhs,
const int  rhs 
)

◆ operator+() [2/2]

std ::string operator+ ( const std ::string &  lhs,
size_t  rhs 
)