Om  1.0.0
A universal framework for multimedia simulation
om::data::GenericString< CharType > Member List

This is the complete list of members for om::data::GenericString< CharType >, including all inherited members.

compare(const CharType *string1, const CharType *string2)om::data::GenericString< CharType >static
compareIgnoreCase(const CharType *string1, const CharType *string2)om::data::GenericString< CharType >static
compareTo(const GenericString &other) const om::data::GenericString< CharType >inline
compareTo(const CharType *characters) const om::data::GenericString< CharType >inline
compareToIgnoreCase(const GenericString &other) const om::data::GenericString< CharType >inline
compareToIgnoreCase(const CharType *characters) const om::data::GenericString< CharType >inline
contains(const GenericString &other) const om::data::GenericString< CharType >inline
contains(const CharType *characters) const om::data::GenericString< CharType >inline
contains(const CharType *characters, Size numCharacters) const om::data::GenericString< CharType >inline
contains(const CharType *string1, const CharType *string2)om::data::GenericString< CharType >static
contains(const CharType *string1, const CharType *string2, Size length)om::data::GenericString< CharType >static
containsIgnoreCase(const GenericString &other) const om::data::GenericString< CharType >inline
containsIgnoreCase(const CharType *characters) const om::data::GenericString< CharType >inline
containsIgnoreCase(const CharType *characters, Size numCharacters) const om::data::GenericString< CharType >inline
containsIgnoreCase(const CharType *string1, const CharType *string2)om::data::GenericString< CharType >static
containsIgnoreCase(const CharType *string1, const CharType *string2, Size length)om::data::GenericString< CharType >static
convertToBool(const CharType *stringStart, const CharType *stringEnd, Bool &result)om::data::GenericString< CharType >inlinestatic
convertToDouble(const CharType *stringStart, const CharType *stringEnd, Double &result)om::data::GenericString< CharType >inlinestatic
convertToFloat(const CharType *stringStart, const CharType *stringEnd, Float &result)om::data::GenericString< CharType >inlinestatic
convertToInt(const CharType *stringStart, const CharType *stringEnd, Int &result)om::data::GenericString< CharType >inlinestatic
convertToInt32(const CharType *stringStart, const CharType *stringEnd, Int32 &result)om::data::GenericString< CharType >inlinestatic
convertToInt64(const CharType *stringStart, const CharType *stringEnd, Int64 &result)om::data::GenericString< CharType >inlinestatic
convertToNumber(const CharType *stringStart, const CharType *stringEnd, T &result)om::data::GenericString< CharType >inlinestatic
convertToUInt32(const CharType *stringStart, const CharType *stringEnd, UInt32 &result)om::data::GenericString< CharType >inlinestatic
convertToUInt64(const CharType *stringStart, const CharType *stringEnd, UInt64 &result)om::data::GenericString< CharType >inlinestatic
equals(const GenericString &other) const om::data::GenericString< CharType >inline
equals(const CharType *characters) const om::data::GenericString< CharType >inline
equals(const CharType *characters, Size numCharacters) const om::data::GenericString< CharType >inline
equals(const CharType *string1, const CharType *string2)om::data::GenericString< CharType >static
equals(const CharType *string1, const CharType *string2, Size length)om::data::GenericString< CharType >static
equalsIgnoreCase(const GenericString &other) const om::data::GenericString< CharType >inline
equalsIgnoreCase(const CharType *characters) const om::data::GenericString< CharType >inline
equalsIgnoreCase(const CharType *characters, Size numCharacters) const om::data::GenericString< CharType >inline
equalsIgnoreCase(const CharType *string1, const CharType *string2)om::data::GenericString< CharType >static
equalsIgnoreCase(const CharType *string1, const CharType *string2, Size length)om::data::GenericString< CharType >static
GenericString()om::data::GenericString< CharType >inline
GenericString(Char character)om::data::GenericString< CharType >inline
GenericString(const Char *array)om::data::GenericString< CharType >
GenericString(const UTF8Char *array)om::data::GenericString< CharType >
GenericString(const UTF16Char *array)om::data::GenericString< CharType >
GenericString(const UTF32Char *array)om::data::GenericString< CharType >
GenericString(const Char *array, Size length)om::data::GenericString< CharType >
GenericString(const UTF8Char *array, Size length)om::data::GenericString< CharType >
GenericString(const UTF16Char *array, Size length)om::data::GenericString< CharType >
GenericString(const UTF32Char *array, Size length)om::data::GenericString< CharType >
GenericString(const GenericString &other)om::data::GenericString< CharType >inline
GenericString(const GenericString< OtherCharType > &other)om::data::GenericString< CharType >explicit
GenericString(Bool boolean)om::data::GenericString< CharType >inlineexplicit
GenericString(Short number, Size base=10)om::data::GenericString< CharType >inlineexplicit
GenericString(UShort number, Size base=10)om::data::GenericString< CharType >inlineexplicit
GenericString(Int number, Size base=10)om::data::GenericString< CharType >inlineexplicit
GenericString(UInt number, Size base=10)om::data::GenericString< CharType >inlineexplicit
GenericString(Long number, Size base=10)om::data::GenericString< CharType >inlineexplicit
GenericString(ULong number, Size base=10)om::data::GenericString< CharType >inlineexplicit
GenericString(LongLong number, Size base=10)om::data::GenericString< CharType >inlineexplicit
GenericString(ULongLong number, Size base=10)om::data::GenericString< CharType >inlineexplicit
GenericString(Float number)om::data::GenericString< CharType >inlineexplicit
GenericString(Float number, Size numDecimalPlaces, Size base=10, Bool allowScientific=true)om::data::GenericString< CharType >inlineexplicit
GenericString(Double number)om::data::GenericString< CharType >inlineexplicit
GenericString(Double number, Size numDecimalPlaces, Size base=10, Bool allowScientific=true)om::data::GenericString< CharType >inlineexplicit
get(Index index) const om::data::GenericString< CharType >inline
getCString() const om::data::GenericString< CharType >inline
getHashCode() const om::data::GenericString< CharType >inline
getLength() const om::data::GenericString< CharType >inline
getLength(const CharType *characters)om::data::GenericString< CharType >static
getLengthInCharacters() const om::data::GenericString< CharType >
getLengthInCharacters(const CharType *characters)om::data::GenericString< CharType >static
getPointer() const om::data::GenericString< CharType >inline
getSubString(Index start, Size number) const om::data::GenericString< CharType >inline
isANumber() const om::data::GenericString< CharType >inline
isBinaryDigit(CharType character)om::data::GenericString< CharType >inlinestatic
isDigit(CharType character)om::data::GenericString< CharType >inlinestatic
isHexDigit(CharType character)om::data::GenericString< CharType >inlinestatic
isLetter(CharType character)om::data::GenericString< CharType >inlinestatic
isLowerCase(CharType character)om::data::GenericString< CharType >inlinestatic
isOctalDigit(CharType character)om::data::GenericString< CharType >inlinestatic
isPunctuation(CharType c)om::data::GenericString< CharType >inlinestatic
isUpperCase(CharType character)om::data::GenericString< CharType >inlinestatic
isWhitespace(CharType character)om::data::GenericString< CharType >inlinestatic
operator const CharType *() const om::data::GenericString< CharType >inline
operator Double() const om::data::GenericString< CharType >inline
operator Float() const om::data::GenericString< CharType >inline
operator Int() const om::data::GenericString< CharType >inline
operator Long() const om::data::GenericString< CharType >inline
operator LongLong() const om::data::GenericString< CharType >inline
operator UInt() const om::data::GenericString< CharType >inline
operator ULong() const om::data::GenericString< CharType >inline
operator ULongLong() const om::data::GenericString< CharType >inline
operator!=(const GenericString &other) const om::data::GenericString< CharType >inline
operator!=(const CharType *other) const om::data::GenericString< CharType >inline
operator()(Index index) const om::data::GenericString< CharType >inline
operator+(const GenericString &other) const om::data::GenericString< CharType >
operator+(const Char *characters) const om::data::GenericString< CharType >inline
operator+(Char character) const om::data::GenericString< CharType >inline
operator+(Short value) const om::data::GenericString< CharType >inline
operator+(UShort value) const om::data::GenericString< CharType >inline
operator+(Int value) const om::data::GenericString< CharType >inline
operator+(UInt value) const om::data::GenericString< CharType >inline
operator+(Long value) const om::data::GenericString< CharType >inline
operator+(ULong value) const om::data::GenericString< CharType >inline
operator+(LongLong value) const om::data::GenericString< CharType >inline
operator+(ULongLong value) const om::data::GenericString< CharType >inline
operator<(const GenericString &other) const om::data::GenericString< CharType >inline
operator<(const CharType *characters) const om::data::GenericString< CharType >inline
operator<<(const GenericString &other) const om::data::GenericString< CharType >inline
operator<<(const CharType *characters) const om::data::GenericString< CharType >inline
operator<<=(const GenericString &other) const om::data::GenericString< CharType >inline
operator<<=(const CharType *characters) const om::data::GenericString< CharType >inline
operator<=(const GenericString &other) const om::data::GenericString< CharType >inline
operator<=(const CharType *characters) const om::data::GenericString< CharType >inline
operator=(const GenericString &other)om::data::GenericString< CharType >inline
operator==(const GenericString &other) const om::data::GenericString< CharType >inline
operator==(const CharType *other) const om::data::GenericString< CharType >inline
operator>(const GenericString &other) const om::data::GenericString< CharType >inline
operator>(const CharType *characters) const om::data::GenericString< CharType >inline
operator>=(const GenericString &other) const om::data::GenericString< CharType >inline
operator>=(const CharType *characters) const om::data::GenericString< CharType >inline
operator>>(const GenericString &other) const om::data::GenericString< CharType >inline
operator>>(const CharType *characters) const om::data::GenericString< CharType >inline
operator>>=(const GenericString &other) const om::data::GenericString< CharType >inline
operator>>=(const CharType *characters) const om::data::GenericString< CharType >inline
operator[](Index index) const om::data::GenericString< CharType >inline
toBool(Bool &value) const om::data::GenericString< CharType >
toDouble(Double &value) const om::data::GenericString< CharType >
toFloat(Float &value) const om::data::GenericString< CharType >
toInt(Int &value) const om::data::GenericString< CharType >inline
toInt32(Int32 &value) const om::data::GenericString< CharType >inline
toInt64(Int64 &value) const om::data::GenericString< CharType >inline
toLowerCase() const om::data::GenericString< CharType >
toLowerCase(CharType character)om::data::GenericString< CharType >inlinestatic
toNumber(T &value) const om::data::GenericString< CharType >inline
toUInt(UInt32 &value) const om::data::GenericString< CharType >inline
toUInt32(UInt32 &value) const om::data::GenericString< CharType >inline
toUInt64(UInt64 &value) const om::data::GenericString< CharType >inline
toUpperCase() const om::data::GenericString< CharType >
toUpperCase(CharType character)om::data::GenericString< CharType >inlinestatic
~GenericString()om::data::GenericString< CharType >inline