| DCMTK Version 3.6.9
    OFFIS DICOM Toolkit | 
This is the complete list of members for OFStandard, including all inherited members.
| appendFilenameExtension(OFFilename &result, const OFFilename &fileName, const OFFilename &fileExtension) | OFStandard | static | 
| atof(const char *s, OFBool *success=NULL) | OFStandard | static | 
| check32BitAddOverflow(const Uint32 summand1, const Uint32 summand2) | OFStandard | inlinestatic | 
| checkDigits(const char *string) | OFStandard | static | 
| checkForMarkupConversion(const OFString &sourceString, const OFBool convertNonASCII=OFFalse, const size_t maxLength=0) | OFStandard | static | 
| checkForOctalConversion(const OFString &sourceString, const size_t maxLength=0) | OFStandard | static | 
| combineDirAndFilename(OFString &result, const OFString &dirName, const OFString &fileName, const OFBool allowEmptyDirName=OFFalse) | OFStandard | static | 
| combineDirAndFilename(OFFilename &result, const OFFilename &dirName, const OFFilename &fileName, const OFBool allowEmptyDirName=OFFalse) | OFStandard | static | 
| convertToMarkupStream(STD_NAMESPACE ostream &out, const OFString &sourceString, const OFBool convertNonASCII=OFFalse, const E_MarkupMode markupMode=MM_XML, const OFBool newlineAllowed=OFFalse, const size_t maxLength=0) | OFStandard | static | 
| convertToMarkupString(const OFString &sourceString, OFString &markupString, const OFBool convertNonASCII=OFFalse, const E_MarkupMode markupMode=MM_XML, const OFBool newlineAllowed=OFFalse, const size_t maxLength=0) | OFStandard | static | 
| convertToOctalStream(STD_NAMESPACE ostream &out, const OFString &sourceString, const size_t maxLength=0) | OFStandard | static | 
| convertToOctalString(const OFString &sourceString, OFString &octalString, const size_t maxLength=0) | OFStandard | static | 
| copyFile(const OFFilename &sourceFilename, const OFFilename &destFilename) | OFStandard | static | 
| createDirectory(const OFFilename &dirName, const OFFilename &rootDir) | OFStandard | static | 
| decodeBase64(const OFString &data, unsigned char *&result) | OFStandard | static | 
| deleteFile(const OFFilename &filename) | OFStandard | static | 
| dirExists(const OFFilename &dirName) | OFStandard | static | 
| dropPrivileges() | OFStandard | static | 
| E_MarkupMode enum name | OFStandard | |
| encodeBase64(STD_NAMESPACE ostream &out, const unsigned char *data, const size_t length, const size_t width=0) | OFStandard | static | 
| encodeBase64(const unsigned char *data, const size_t length, OFString &result, const size_t width=0) | OFStandard | static | 
| extractDigits(const char *) | OFStandard | static | 
| fileExists(const OFFilename &fileName) | OFStandard | static | 
| forceSleep(Uint32 seconds) | OFStandard | static | 
| ftoa(char *target, size_t targetSize, double value, unsigned int flags=0, int width=0, int precision=-1) | OFStandard | static | 
| ftoa_alternate | OFStandard | static | 
| ftoa_format_e | OFStandard | static | 
| ftoa_format_f | OFStandard | static | 
| ftoa_leftadj | OFStandard | static | 
| ftoa_uppercase | OFStandard | static | 
| ftoa_zeropad | OFStandard | static | 
| getAddressByHostname(const char *name, int protocolFamily, OFSockAddr &result) | OFStandard | static | 
| getDefaultConfigurationDir() | OFStandard | static | 
| getDefaultSupportDataDir() | OFStandard | static | 
| getDirNameFromPath(OFString &result, const OFString &pathName, const OFBool assumeDirName=OFTrue) | OFStandard | static | 
| getDirNameFromPath(OFFilename &result, const OFFilename &pathName, const OFBool assumeDirName=OFTrue) | OFStandard | static | 
| getFilenameFromPath(OFString &result, const OFString &pathName, const OFBool assumeFilename=OFTrue) | OFStandard | static | 
| getFilenameFromPath(OFFilename &result, const OFFilename &pathName, const OFBool assumeFilename=OFTrue) | OFStandard | static | 
| getFileSize(const OFFilename &filename) | OFStandard | static | 
| getGrNam(const char *name) | OFStandard | static | 
| getHostName() | OFStandard | static | 
| getHostnameByAddress(const char *addr, int len, int type) | OFStandard | static | 
| getLastNetworkErrorCode() | OFStandard | static | 
| getLastSystemErrorCode() | OFStandard | static | 
| getProcessID() | OFStandard | static | 
| getPwNam(const char *name) | OFStandard | static | 
| getUserName() | OFStandard | static | 
| initializeNetwork() | OFStandard | static | 
| isReadable(const OFFilename &pathName) | OFStandard | static | 
| isspace(char ch) | OFStandard | static | 
| isWriteable(const OFFilename &pathName) | OFStandard | static | 
| milliSleep(unsigned int millisecs) | OFStandard | static | 
| MM_HTML enum value | OFStandard | |
| MM_HTML32 enum value | OFStandard | |
| MM_XHTML enum value | OFStandard | |
| MM_XML enum value | OFStandard | |
| my_sleep(unsigned int seconds) | OFStandard | privatestatic | 
| my_strlcat(char *dst, const char *src, size_t siz) | OFStandard | privatestatic | 
| my_strlcpy(char *dst, const char *src, size_t siz) | OFStandard | privatestatic | 
| normalizeDirName(OFString &result, const OFString &dirName, const OFBool allowEmptyDirName=OFFalse) | OFStandard | static | 
| normalizeDirName(OFFilename &result, const OFFilename &dirName, const OFBool allowEmptyDirName=OFFalse) | OFStandard | static | 
| pathExists(const OFFilename &pathName) | OFStandard | static | 
| removeRootDirFromPathname(OFFilename &result, const OFFilename &rootDir, const OFFilename &pathName, const OFBool allowLeadingPathSeparator=OFTrue) | OFStandard | static | 
| renameFile(const OFFilename &oldFilename, const OFFilename &newFilename) | OFStandard | static | 
| safeAdd(T a, T b, T &sum) | OFStandard | inlinestatic | 
| safeMult(T a, T b, T &product) | OFStandard | inlinestatic | 
| safeSubtract(T minuend, T subtrahend, T &difference) | OFStandard | inlinestatic | 
| sanitizeFilename(OFString &fname) | OFStandard | static | 
| sanitizeFilename(char *fname) | OFStandard | static | 
| searchDirectoryRecursively(const OFString &directory, OFList< OFString > &fileList, const OFString &pattern="", const OFString &dirPrefix="", const OFBool recurse=OFTrue) | OFStandard | static | 
| searchDirectoryRecursively(const OFFilename &directory, OFList< OFFilename > &fileList, const OFFilename &pattern, const OFFilename &dirPrefix, const OFBool recurse=OFTrue) | OFStandard | static | 
| shutdownNetwork() | OFStandard | static | 
| sleep(unsigned int seconds) | OFStandard | inlinestatic | 
| snprintf(char *str, size_t size, const char *format,...) | OFStandard | static | 
| strerror(const int errnum, char *buf, const size_t buflen) | OFStandard | static | 
| strlcat(char *dst, const char *src, size_t siz) | OFStandard | inlinestatic | 
| strlcpy(char *dst, const char *src, size_t siz) | OFStandard | inlinestatic | 
| toLower(OFString &result, const OFString &value) | OFStandard | static | 
| toLower(OFString &value) | OFStandard | static | 
| toUpper(OFString &result, const OFString &value) | OFStandard | static | 
| toUpper(OFString &value) | OFStandard | static | 
| trimString(const char *&pBegin, const char *&pEnd) | OFStandard | static | 
| trimString(const char *&str, size_t &size) | OFStandard | static | 
| vsnprintf(char *str, size_t size, const char *format, va_list ap) | OFStandard | static |