7 #ifndef __PSTRING_IMPL_H__
8 #define __PSTRING_IMPL_H__
28 return stringToValue<T>(other);
47 T value(stringToValue<T>(*
this));
PString & operator=(const PString &other)
Definition of equal operator of PString.
PString & fromValue(const T &other)
Convert a value to a PString.
static PString toString(const T &value)
Convert a value to a PString.
PString & operator<<(const T &other)
Append type in PString.
PString & operator+=(const PString &other)
Add a PString to an other.
T toValue() const
Convert the current string into a value.
void copyPString(const PString &other)
Copy function of PString.
void concatenatePString(const PString &other)
Concatenate a PString into the current PString.
std::string valueToString(const T &val)
Convert a type into a string.