Detailed Description
Class PString: an unicode character strings (use copy-on-write idiom).
Definition in file PString.h.
Include dependency graph for PString.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
class | PString |
The PString class provides an Unicode character strings. More... | |
Functions | |
PAPILLON_API_CORE papillon::PString | operator+ (const papillon::PString &lhs, const papillon::PString &rhs) |
Constructs a new string by concatenating string lhs with string rhs. More... | |
template<typename T > | |
PString | ToString (const T &t) |
template<> | |
PString | ToString< papillon::int32 > (const papillon::int32 &t) |
Function Documentation
◆ operator+()
PAPILLON_API_CORE papillon::PString operator+ | ( | const papillon::PString & | lhs, |
const papillon::PString & | rhs | ||
) |
◆ ToString()
template<typename T >
|
inline |