Class hierarchy
Compound list
Compound Members
String Member List
This is the complete list of members for
String
, including all inherited members.
asDouble
() const
asFloat
() const
asInt
() const
asIntHex
() const
asUnsigned
() const
beginsWith
(const String& s) const
crcValue
() const
endsWith
(const String& s) const
equals
(const String& s) const
getString
() const
indexOf
(const char c) const
indexOf
(const String& S, const int CaseSense=1) const
isDigits
() const
lastIndexOf
(const char c) const
length
() const
occurrencesOf
(const char c) const
operator const char*
() const
operator+
(const String& aString) const
operator+=
(const String& S)
operator=
(const String& S)
operator[]
(const int index)
operator[]
(const int index) const
packSpaces
()
readLine
(istream& is)
replace
(const char c1, const char c2)
size
() const
String
(void)
String
(const String& S)
String
(const char* pBuf)
String
(const int Val)
String
(const char Val, const int len)
substring
(const int start, const int end)
substring
(const int start)
toLowerCase
()
toUpperCase
()
trim
()
untabify
(const int TabSize)