DCMTK  Version 3.6.1 20170228
OFFIS DICOM Toolkit
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
OFStandard Member List

This is the complete list of members for OFStandard, including all inherited members.

appendFilenameExtension(OFFilename &result, const OFFilename &fileName, const OFFilename &fileExtension)OFStandardstatic
atof(const char *s, OFBool *success=NULL)OFStandardstatic
check32BitAddOverflow(const Uint32 summand1, const Uint32 summand2)OFStandardinlinestatic
checkDigits(const char *string)OFStandardstatic
checkForMarkupConversion(const OFString &sourceString, const OFBool convertNonASCII=OFFalse, const size_t maxLength=0)OFStandardstatic
checkForOctalConversion(const OFString &sourceString, const size_t maxLength=0)OFStandardstatic
combineDirAndFilename(OFString &result, const OFString &dirName, const OFString &fileName, const OFBool allowEmptyDirName=OFFalse)OFStandardstatic
combineDirAndFilename(OFFilename &result, const OFFilename &dirName, const OFFilename &fileName, const OFBool allowEmptyDirName=OFFalse)OFStandardstatic
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)OFStandardstatic
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)OFStandardstatic
convertToOctalStream(STD_NAMESPACE ostream &out, const OFString &sourceString, const size_t maxLength=0)OFStandardstatic
convertToOctalString(const OFString &sourceString, OFString &octalString, const size_t maxLength=0)OFStandardstatic
copyFile(const OFFilename &sourceFilename, const OFFilename &destFilename)OFStandardstatic
createDirectory(const OFFilename &dirName, const OFFilename &rootDir)OFStandardstatic
decodeBase64(const OFString &data, unsigned char *&result)OFStandardstatic
deleteFile(const OFFilename &filename)OFStandardstatic
dirExists(const OFFilename &dirName)OFStandardstatic
dropPrivileges()OFStandardstatic
E_MarkupMode enum nameOFStandard
encodeBase64(STD_NAMESPACE ostream &out, const unsigned char *data, const size_t length, const size_t width=0)OFStandardstatic
encodeBase64(const unsigned char *data, const size_t length, OFString &result, const size_t width=0)OFStandardstatic
extractDigits(const char *)OFStandardstatic
fileExists(const OFFilename &fileName)OFStandardstatic
ftoa(char *target, size_t targetSize, double value, unsigned int flags=0, int width=0, int precision=-1)OFStandardstatic
ftoa_alternateOFStandardstatic
ftoa_format_eOFStandardstatic
ftoa_format_fOFStandardstatic
ftoa_leftadjOFStandardstatic
ftoa_uppercaseOFStandardstatic
ftoa_zeropadOFStandardstatic
getDirNameFromPath(OFString &result, const OFString &pathName, const OFBool assumeDirName=OFTrue)OFStandardstatic
getDirNameFromPath(OFFilename &result, const OFFilename &pathName, const OFBool assumeDirName=OFTrue)OFStandardstatic
getFilenameFromPath(OFString &result, const OFString &pathName, const OFBool assumeFilename=OFTrue)OFStandardstatic
getFilenameFromPath(OFFilename &result, const OFFilename &pathName, const OFBool assumeFilename=OFTrue)OFStandardstatic
getFileSize(const OFFilename &filename)OFStandardstatic
getGrNam(const char *name)OFStandardstatic
getHostByAddr(const char *addr, int len, int type)OFStandardstatic
getHostByName(const char *name)OFStandardstatic
getHostName()OFStandardstatic
getProcessID()OFStandardstatic
getPwNam(const char *name)OFStandardstatic
getUserName()OFStandardstatic
h_addr_listOFStandard
h_addrtypeOFStandard
h_aliasesOFStandard
h_lengthOFStandard
h_nameOFStandard
isReadable(const OFFilename &pathName)OFStandardstatic
isWriteable(const OFFilename &pathName)OFStandardstatic
milliSleep(unsigned int millisecs)OFStandardstatic
MM_HTML enum valueOFStandard
MM_HTML32 enum valueOFStandard
MM_XHTML enum valueOFStandard
MM_XML enum valueOFStandard
my_sleep(unsigned int seconds)OFStandardprivatestatic
my_strlcat(char *dst, const char *src, size_t siz)OFStandardprivatestatic
my_strlcpy(char *dst, const char *src, size_t siz)OFStandardprivatestatic
normalizeDirName(OFString &result, const OFString &dirName, const OFBool allowEmptyDirName=OFFalse)OFStandardstatic
normalizeDirName(OFFilename &result, const OFFilename &dirName, const OFBool allowEmptyDirName=OFFalse)OFStandardstatic
OFHostent()OFStandard
OFHostent(hostent *const h)OFStandardprivate
OFStandard classOFStandardfriend
okOFStandardprivate
operator OFBool() const OFStandard
operator!() const OFStandard
pathExists(const OFFilename &pathName)OFStandardstatic
removeRootDirFromPathname(OFFilename &result, const OFFilename &rootDir, const OFFilename &pathName, const OFBool allowLeadingPathSeparator=OFTrue)OFStandardstatic
renameFile(const OFFilename &oldFilename, const OFFilename &newFilename)OFStandardstatic
safeAdd(T a, T b, T &sum)OFStandardinlinestatic
safeSubtract(T minuend, T subtrahend, T &difference)OFStandardinlinestatic
searchDirectoryRecursively(const OFString &directory, OFList< OFString > &fileList, const OFString &pattern="", const OFString &dirPrefix="", const OFBool recurse=OFTrue)OFStandardstatic
searchDirectoryRecursively(const OFFilename &directory, OFList< OFFilename > &fileList, const OFFilename &pattern, const OFFilename &dirPrefix, const OFBool recurse=OFTrue)OFStandardstatic
sleep(unsigned int seconds)OFStandardinlinestatic
strerror(const int errnum, char *buf, const size_t buflen)OFStandardstatic
strlcat(char *dst, const char *src, size_t siz)OFStandardinlinestatic
strlcpy(char *dst, const char *src, size_t siz)OFStandardinlinestatic
toLower(OFString &result, const OFString &value)OFStandardstatic
toLower(OFString &value)OFStandardstatic
toUpper(OFString &result, const OFString &value)OFStandardstatic
toUpper(OFString &value)OFStandardstatic
trimString(const char *&pBegin, const char *&pEnd)OFStandardstatic


Generated on Tue Feb 28 2017 for DCMTK Version 3.6.1 20170228 by Doxygen 1.8.8