Isis 3 Programmer Reference
|
This is the complete list of members for Isis::IString, including all inherited members.
Compress(bool force=false) | Isis::IString | |
Compress(const std::string &str, bool force=false) | Isis::IString | static |
Convert(const std::string &listofchars, const char &to) | Isis::IString | |
Convert(const std::string &str, const std::string &listofchars, const char &to) | Isis::IString | static |
ConvertWhiteSpace() | Isis::IString | |
ConvertWhiteSpace(const std::string &str) | Isis::IString | static |
DownCase() | Isis::IString | |
DownCase(const std::string &str) | Isis::IString | static |
Equal(const std::string &str) const | Isis::IString | |
Equal(const std::string &str1, const std::string &str2) | Isis::IString | static |
IString() | Isis::IString | |
IString(const std::string &str) | Isis::IString | |
IString(const IString &str) | Isis::IString | |
IString(const char *str) | Isis::IString | |
IString(const int &num) | Isis::IString | |
IString(const double &num, const int piPrecision=14) | Isis::IString | |
IString(const BigInt &num) | Isis::IString | |
IString(const QString &str) | Isis::IString | |
operator BigInt() const | Isis::IString | inline |
operator double() const | Isis::IString | inline |
operator int() const | Isis::IString | inline |
operator=(const int &value) | Isis::IString | |
operator=(const BigInt &value) | Isis::IString | |
operator=(const double &value) | Isis::IString | inline |
Remove(const std::string &del) | Isis::IString | |
Remove(const std::string &del, const std::string &str) | Isis::IString | static |
Replace(const std::string &from, const std::string &to, int maxReplaceCount=20) | Isis::IString | |
Replace(const std::string &str, const std::string &from, const std::string &to, int maxReplacementCount=20) | Isis::IString | static |
Replace(const std::string &from, const std::string &to, bool honorquotes) | Isis::IString | |
Replace(const std::string &str, const std::string &from, const std::string &to, bool honorquotes) | Isis::IString | static |
SetDouble(const double &value, const int piPrecision=14) | Isis::IString | private |
Split(const char separator, const std::string &instr, std::vector< std::string > &tokens, bool allowEmptyEntries=true) | Isis::IString | static |
ToBigInteger() const | Isis::IString | |
ToBigInteger(const std::string &str) | Isis::IString | static |
ToDouble() const | Isis::IString | |
ToDouble(const std::string &str) | Isis::IString | static |
ToInteger() const | Isis::IString | |
ToInteger(const std::string &str) | Isis::IString | static |
Token(const IString &separator) | Isis::IString | |
ToQt() const | Isis::IString | |
ToQt(const std::string &str) | Isis::IString | static |
ToQt(const std::vector< std::string > &sl) | Isis::IString | static |
ToStd(const QString &str) | Isis::IString | static |
ToStd(const QStringList &sl) | Isis::IString | static |
Trim(const std::string &chars) | Isis::IString | |
Trim(const std::string &chars, const std::string &str) | Isis::IString | static |
TrimHead(const std::string &chars) | Isis::IString | |
TrimHead(const std::string &chars, const std::string &str) | Isis::IString | static |
TrimTail(const std::string &chars) | Isis::IString | |
TrimTail(const std::string &chars, const std::string &str) | Isis::IString | static |
UpCase() | Isis::IString | |
UpCase(const std::string &str) | Isis::IString | static |
~IString() | Isis::IString |