 |
PhoenixMock
1.8.7
Tools to split/merge/print mock used in Phoenix
|
std::string convertToString(const T &val)
Convert a type into a string.
void concatenatePString(const PString &other)
Concatenate a PString into the current PString.
PString & operator<<(const T &other)
Append type in PString.
friend PString operator+(const PString &other1, const PString &other2)
Concatenate 2 PString together.
PString()
Default constructeur of PString.
void initialisationPString()
Initialisation function of the class PString.
void copyPString(const PString &other)
Copy function of PString.
PString & operator=(const PString &other)
Definition of equal operator of PString.
virtual ~PString()
Destructeur of PString.
PString & operator+=(const PString &other)
Add a PString to an other.