PhoenixInkscape  2.0.0
Generate multiple png files with svg inkscape files
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
firstToLower() constPString
firstToUpper() constPString
format(const PString &arg) constPString
fromValue(const T &other)PString
getCommonBegining(const PString &other) constPString
initialisationPString()PStringprivate
isLowerCase() constPString
isNumber() constPString
isSameBegining(const PString &beginStr) constPString
isUpperCase() 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