ANTLR Support Libraries 2.7.1+
Functions
String.hpp File Reference
#include <antlr/config.hpp>
#include <string>
Include dependency graph for String.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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 
)