PhoenixClockMock  2.0.0
Tool to manipulate mock of clock (split, merge and get info)
PString Member List

This is the complete list of members for PString, including all inherited members.

add(const PString &other)PString
add(const std::string &other)PString
add(char ch)PString
add(const char *str)PString
concatenatePString(const PString &other)PStringprotected
concatenatePString(const std::string &other)PStringprotected
copyPString(const PString &other)PStringprotected
copyPString(const std::string &other)PStringprotected
count(char ch) constPString
count(const PString &patern) constPString
eraseChar(char ch) constPString
eraseChar(const PString &vecChar) constPString
eraseFirstChar(const PString &vecChar) constPString
eraseFirstLastChar(const PString &vecChar) constPString
eraseLastChar(const PString &vecChar) constPString
escapeStr(const PString &strCharToEscape, const PString &escapeSeq) constPString
find(char ch) constPString
find(const PString &listChar) constPString
findPatternIndex(const PString &pattern, size_t offset=0lu) constPString
firstToLower() constPString
firstToUpper() constPString
format(const PString &arg) constPString
fromValue(const T &other)PString
getBetweenDelimiter(const PString &beginPattern, const PString &endPattern) constPString
getCommonBegining(const PString &other) constPString
initialisationPString()PStringprivate
isLowerCase() constPString
isNumber() constPString
isSameBegining(const PString &beginStr) constPString
isUpperCase() constPString
keepChar(const PString &listChar) constPString
merge(const std::vector< PString > &vecStr, const PString &separator="")PString
operator+=(const PString &other)PString
operator+=(const std::string &other)PString
operator+=(char ch)PString
operator+=(const T &other)PString
operator<<(const T &other)PString
operator=(const PString &other)PString
operator=(const std::string &other)PString
operator=(const T &other)PString
PString()PString
PString(const char *str)PString
PString(const std::string &str)PString
PString(const PString &other)PString
replace(const PString &pattern, const PString &replaceStr) constPString
replace(const PString &pattern, const PString &replaceStr, size_t maxNbReplace) constPString
replaceChar(const PString &vecChar, const PString &replaceStr) constPString
split(char separator) constPString
split(const PString &vecSeparator) constPString
toLower() constPString
toLowerUnderscore() constPString
toString(const T &value)PStringstatic
toUpper() constPString
toValue(const PString &other)PStringstatic
toValue() constPString
~PString()PStringvirtual