AuxPort 0.2
Modules for Audio Software Development
Loading...
Searching...
No Matches
AuxPort::String Member List

This is the complete list of members for AuxPort::String, including all inherited members.

Empty() constAuxPort::String
getCString() constAuxPort::String
getFirstCharacter() constAuxPort::String
length() constAuxPort::String
Log() overrideAuxPort::Stringvirtual
operator+(const char *c)AuxPort::String
operator+(const String &c)AuxPort::String
operator+(const std::string &c)AuxPort::String
operator+=(const char &c)AuxPort::String
operator+=(const char *c)AuxPort::String
operator+=(const std::string &c)AuxPort::String
operator+=(const String &c)AuxPort::String
operator<<(std::ostream &out, const String &c)AuxPort::Stringfriend
operator<<(std::ostream &out, String *c)AuxPort::Stringfriend
operator=(const String &c)AuxPort::String
operator=(const char *c)AuxPort::String
operator=(const std::string &c)AuxPort::String
pushBack(const char c)AuxPort::String
pushBack(const char *c)AuxPort::String
pushBack(const String &c)AuxPort::String
pushBack(const std::string &c)AuxPort::String
replaceCharacter(const char characterToReplace, const char replacementCharacter)AuxPort::String
setColour(const ColourType &colourType)AuxPort::ILogprotected
String()AuxPort::String
String(char character)AuxPort::String
String(const uint32 &string)AuxPort::String
String(char *string)AuxPort::String
String(const char *string)AuxPort::String
String(const String &string)AuxPort::String
String(String &string)AuxPort::String
String(const std::string &string)AuxPort::String
String(std::string &string)AuxPort::String
substring(const uint32 &start=0, const uint32 &end=1) constAuxPort::String
subtract(String &string1, String &string2)AuxPort::Stringstatic
subtract(std::string string1, std::string string2)AuxPort::Stringstatic
toDouble() overrideAuxPort::Stringvirtual
AuxPort::Casters::toDouble(const std::string &value)AuxPort::Castersinlineprivatestatic
toInt32() overrideAuxPort::Stringvirtual
toStdString() overrideAuxPort::Stringvirtual
AuxPort::Casters::toStdString(uint32 number)AuxPort::Castersinlineprivatestatic
AuxPort::Casters::toStdString(double number)AuxPort::Castersinlineprivatestatic
AuxPort::Casters::toStdString(long long number)AuxPort::Castersinlineprivatestatic
toUInt32() overrideAuxPort::Stringvirtual
~String()AuxPort::String