| 
    sipxportlib
    Version 3.3
    
   | 
 
This is the complete list of members for OsPathLinux, including all inherited members.
| append(const char *szStr) | UtlString | |
| append(const UtlString &str) | UtlString | |
| append(const UtlString &str, size_t position, size_t length) | UtlString | |
| append(const char *szStr, size_t N) | UtlString | |
| append(const char c) | UtlString | |
| appendBinaryToString(const void *binaryData, int numBytes, int valuesPerRow=16) | UtlString | |
| appendFormat(const char *format,...) | UtlString | |
| areSameTypes(const UtlContainableType type1, const UtlContainableType type2) | UtlContainable | static | 
| both enum value | UtlString | |
| capacity() const | UtlString | |
| capacity(size_t N) | UtlString | |
| clone() const | UtlString | virtual | 
| CompareCase enum name | UtlString | |
| CompareCase typedef | UtlString | |
| compareTo(const char *) const | UtlString | virtual | 
| compareTo(const char *, CompareCase type) const | UtlString | |
| compareTo(UtlString const *, CompareCase type) const | UtlString | |
| compareTo(UtlContainable const *other) const | UtlString | virtual | 
| contains(const char *) const | UtlString | |
| data() const | UtlString | |
| directHash() const | UtlContainable | |
| first(char c) const | UtlString | |
| first(const char *) const | UtlString | |
| getContainableType() const | UtlString | virtual | 
| getDirName() const | OsPathBase | |
| getExt() const | OsPathBase | |
| getFilename() const | OsPathBase | |
| getNativePath(OsPathBase &rFullPath) const | OsPathBase | |
| getSeparator() | OsPathBase | static | 
| getVolume() const | OsPathBase | |
| hash() const | UtlString | virtual | 
| ignoreCase enum value | UtlString | |
| index(char c) const | UtlString | |
| index(char c, size_t offset) const | UtlString | |
| index(const char *) const | UtlString | |
| index(const char *, size_t) const | UtlString | |
| index(const char *, size_t, CompareCase) const | UtlString | |
| index(const UtlString &) const | UtlString | |
| index(const UtlString &match, size_t offset) const | UtlString | |
| index(const UtlString &, size_t, CompareCase) const | UtlString | |
| insert(size_t position, const UtlString &src) | UtlString | |
| insert(size_t position, const char newChar) | UtlString | |
| insert(size_t position, const char *src) | UtlString | |
| insert(size_t position, const char *src, size_t sourceLenth) | UtlString | |
| isEqual(UtlContainable const *) const | UtlString | virtual | 
| isInstanceOf(const UtlContainableType type) const | UtlString | virtual | 
| isNull() const | UtlString | |
| isValid() | OsPathBase | |
| last(char s) const | UtlString | |
| leading enum value | UtlString | |
| length() const | UtlString | |
| matchCase enum value | UtlString | |
| mDirName | OsPathBase | protected | 
| mExtension | OsPathBase | protected | 
| mFilename | OsPathBase | protected | 
| mVolume | OsPathBase | protected | 
| operator const char *() const | UtlString | |
| operator!=(const char *) const | UtlString | |
| operator!=(const UtlString &) const | UtlString | |
| operator()(size_t start, size_t len) const | UtlString | |
| operator()(size_t N) | UtlString | |
| operator+=(const OsPathBase &rhs) | OsPathBase | |
| UtlString::operator+=(const char *) | UtlString | |
| UtlString::operator+=(const UtlString &s) | UtlString | |
| UtlString::operator+=(const char c) | UtlString | |
| operator=(const OsPathLinux &rhs) | OsPathLinux | |
| OsPathBase::operator=(const OsPathBase &rhs) | OsPathBase | |
| UtlString::operator=(const char *szStr) | UtlString | |
| UtlString::operator=(const UtlString &str) | UtlString | |
| operator==(const char *) const | UtlString | |
| operator==(const UtlString &) const | UtlString | |
| OsPathBase() | OsPathBase | |
| OsPathBase(const OsPathBase &rOsPath) | OsPathBase | |
| OsPathBase(const UtlString &rPath) | OsPathBase | |
| OsPathBase(const char *pPath) | OsPathBase | |
| OsPathBase(const UtlString &rVolume, const UtlString &rDirName, const UtlString &rFileName, const UtlString &rExtension) | OsPathBase | |
| OsPathLinux() | OsPathLinux | |
| OsPathLinux(const OsPathLinux &rOsPathLinux) | OsPathLinux | |
| OsPathLinux(const UtlString &rPath) | OsPathLinux | |
| OsPathLinux(const char *pPath) | OsPathLinux | |
| OsPathLinux(const UtlString &rVolume, const UtlString &rDirName, const UtlString &rFileName, const UtlString &rExtension) | OsPathLinux | |
| prepend(const char *szStr) | UtlString | |
| remove(size_t pos) | UtlString | |
| remove(size_t pos, size_t N) | UtlString | |
| replace(const char src, const char tgt) | UtlString | |
| replace(size_t pos, size_t N, const char *replaceStr) | UtlString | |
| replace(size_t pos, size_t N, const char *replaceStr, size_t L) | UtlString | |
| replace(size_t pos, size_t N, const UtlString &replaceStr) | UtlString | |
| replaceAt(size_t pos, char newChar) | UtlString | |
| resize(size_t N, UtlBoolean clearTail=TRUE) | UtlString | |
| separator | OsPathBase | static | 
| setSeparator(UtlString &rSeparator) | OsPathBase | static | 
| Split() | OsPathBase | |
| ssNull | UtlString | static | 
| stringHash(char const *value) | UtlContainable | static | 
| strip() | UtlString | |
| strip(StripType whichEnd) | UtlString | |
| strip(StripType whichEnd, char charToStrip) | UtlString | |
| StripType enum name | UtlString | |
| StripType typedef | UtlString | |
| toLower() | UtlString | |
| toUpper() | UtlString | |
| trailing enum value | UtlString | |
| TYPE | UtlString | static | 
| UtlCopyableContainable() | UtlCopyableContainable | |
| UtlString() | UtlString | |
| UtlString(const char *szSource) | UtlString | |
| UtlString(const char *szSource, size_t length) | UtlString | |
| UtlString(const UtlString &source) | UtlString | |
| UtlString(const UtlString &source, size_t length) | UtlString | |
| UTLSTRING_NOT_FOUND | UtlString | static | 
| UTLSTRING_TO_END | UtlString | static | 
| ~OsPathBase() | OsPathBase | virtual | 
| ~OsPathLinux() | OsPathLinux | virtual | 
| ~UtlContainable() | UtlContainable | virtual | 
| ~UtlCopyableContainable() | UtlCopyableContainable | virtual | 
| ~UtlString() | UtlString | virtual | 
 1.8.11