Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

oofPathString Member List

This is the complete list of members for oofPathString, including all inherited members.
adopt(char *)oofString
adopt(oofString &)oofString
append(const char *, unsigned long appendLen)oofString
asDouble() const oofString
asLong() const oofString
asShort() const oofString
asUnsignedLong() const oofString
asUnsignedShort() const oofString
chars() const oofString [inline]
charsForOldInterfacesNotWriting() const oofString [inline]
clear()oofString
contains(const char *, bool caseSensitive=false) const oofString [inline]
contains(char, bool caseSensitive=false) const oofString [inline]
convertNumber(int, const char *printfMask=0, bool appendIt=false)oofString
convertNumber(unsigned long, const char *printfMask=0, bool appendIt=false)oofString
convertNumber(double, const char *printfMask=0, bool appendIt=false)oofString
CR enum valueoofString
decodeEntity(const oofString &)oofString [static]
eDOSAbsPath enum valueoofPathString
eDOSParentRelPath enum valueoofPathString
eDOSRelPath enum valueoofPathString
eJustFile enum valueoofPathString
eMacAbsPath enum valueoofPathString
eMacParentRelPath enum valueoofPathString
eMacRelPath enum valueoofPathString
encodeEntity(const oofString &)oofString [static]
encodeURL()oofString
endsWith(char) const oofString
endsWith(const char *, int inLen=-1) const oofString
eUnixAbsPath enum valueoofPathString
eUnixParentRelPath enum valueoofPathString
eUnixRelPath enum valueoofPathString
find(const char *, unsigned long startFrom=0, bool caseSensitive=false, unsigned long inLen=ULONG_MAX) const oofString
find(char, unsigned long startFrom=0, bool caseSensitive=false) const oofString
findEnd(const char *, unsigned long startFrom=0, bool caseSensitive=false) const oofString
findLast(const char *, bool caseSensitive=false, unsigned long inLen=ULONG_MAX) const oofString
findLast(char, bool caseSensitive=false) const oofString
firstChar() const oofString
format(const char *inStr,...)oofString
getChars(char *ioBuff, unsigned long &ioLen) const oofString
getStr255(Str255 s) const oofString
insertChars(const char *, unsigned long, unsigned long beforeChar=ULONG_MAX)oofString
isAlphaNumeric() const oofString
isDOSPath(pathTypeT)oofPathString [inline, static]
isEmpty() const oofString [inline]
isMacPath(pathTypeT)oofPathString [inline, static]
isRelativePath() const oofPathString [inline]
isRelativePath(const char *)oofPathString [static]
isRelativePath(pathTypeT)oofPathString [inline, static]
isUnixPath(pathTypeT)oofPathString [inline, static]
kNotFound enum valueoofString
lastChar() const oofString
left(unsigned long numChars) const oofString
legalName(const oofString &, char nonAlphaReplace='_', char leadingDigitReplace='n', char spaceReplace='_')oofString [static]
length() const oofString [inline]
LF enum valueoofString
lineEndingsCurrentPlatform()oofString [inline]
lineEndingsCurrentPlatform(char *, unsigned long &ioLen)oofString [inline, static]
lineEndingsDOS()oofString
lineEndingsDOS(char *, unsigned long &ioLen)oofString [static]
lineEndingsMac()oofString
lineEndingsMac(char *, unsigned long &ioLen)oofString [static]
lineEndingsUnix()oofString
lineEndingsUnix(char *, unsigned long &ioLen)oofString [static]
loadResource(unsigned long strID)oofString
makeRandomChars(unsigned long numChars)oofString
mBodyoofString [protected]
mLenoofString [protected]
oofCompareFunc typedefoofString
oofPathString(const char *str=0)oofPathString [inline]
oofPathString(const char *inChars, unsigned long numChars)oofPathString [inline]
oofPathString(char *adoptedChars, unsigned long numChars, bool adoptThem)oofPathString [inline]
oofString(char, int repeatCount)oofString
oofString(const char *str=0)oofString
oofString(const oofString &)oofString
oofString(const char *chars, unsigned long numChars)oofString
oofString(char *adoptedChars, unsigned long numChars, bool adopt)oofString
oofString(std::ostream &)oofString
oofString(std::stringstream &)oofString
oofString(const std::string &)oofString
oofString(const Str255)oofString
oofString(const oofString &, const char *)oofString
oofString(const oofString &, const oofString &)oofString
oofString(const oofString &, const char, const char *)oofString
oofString(const oofString &, const char *, const oofString &)oofString
oofString(char, const oofString &, char)oofString
operator const char *() const oofString
operator std::string() const oofString
operator!=(const char *) const oofString [inline]
operator!=(const oofString &rhs) const oofString [inline]
operator+=(char)oofString
operator+=(const char *)oofString
operator+=(const oofString &)oofString
operator-(const char *) const oofString
operator=(const std::string &)oofString
operator=(const oofString &)oofString
operator=(const char *)oofString
operator=(const Str255)oofString [inline]
operator==(const Str255) const oofString
operator==(const oofString &rhs) const oofString
operator==(const char *) const oofString
operator[](int) const oofString [inline]
operator[](short) const oofString [inline]
operator[](unsigned long) const oofString
orphan(bool neverReturnNil=true)oofString
padTo(unsigned short paddedLength, char padWith=' ', bool rightAlign=false)oofString
pathType() const oofPathString [inline]
pathType(const char *)oofPathString [static]
pathTypeT enum nameoofPathString
quoteString(const oofString &, char quoteChar='\'')oofString [static]
relativePathDOS(bool appendSeparator=true)oofPathString
relativePathDOS(char *, const unsigned long &ioLen, bool appendSeparator=true)oofPathString [static]
relativePathMac(bool appendSeparator=true)oofPathString
relativePathMac(char *, const unsigned long &ioLen, bool appendSeparator=true)oofPathString [static]
relativePathPlatform(bool appendSeparator=true)oofPathString [inline]
relativePathUnix(bool appendSeparator=true)oofPathString
relativePathUnix(char *, const unsigned long &ioLen, bool appendSeparator=true)oofPathString [static]
replaceAt(unsigned long startAt, unsigned long numChars, const char *newStr, unsigned long newLen=ULONG_MAX)oofString
replaceBetween(const char *leftStr, const char *rightStr, const char *insertStr, bool caseSensitive=false)oofString
replaceChar(char fromChar, char toChar, unsigned long startAt=0)oofString
replaceFirstString(const char *replaceStr, const char *newStr, bool caseSensitive=false)oofString
replaceString(const char *replaceStr, const char *newStr, unsigned long startAt=0, bool caseSensitive=false)oofString
replaceStringWholeWord(const char *replaceStr, const char *newStr, unsigned long startAt=0, bool caseSensitive=false)oofString
right(unsigned long numChars) const oofString
sEmptyCharoofString [protected, static]
setChars(const char *, unsigned long)oofString
setStr255(const Str255)oofString
shorten(unsigned short)oofString
singular(const oofString &)oofString [static]
startsWith(char) const oofString
startsWith(const char *) const oofString
stripChar(char, unsigned long startAt=0)oofString
subString(unsigned long fromChars, unsigned long numChars=ULONG_MAX) const oofString
subStringBetween(const char *, const char *) const oofString
subStringBetween(char, char) const oofString
utf8To8BitAscii(const oofString &)oofString [inline, static]
utf8To8BitAscii(const char *, unsigned long)oofString [static]
~oofString()oofString [virtual]

Generated on Fri Jan 2 01:05:00 2004 for OOFILE by doxygen 1.3.5