DCMTK
Version 3.6.6
OFFIS DICOM Toolkit
|
A struct for creating a failed to write random seed file error condition. More...
Public Member Functions | |
DcmTLSECFailedToWriteRandomSeedFileConst () | |
Constructor, initializes the OFConditionConst base. More... | |
OFCondition | operator() (const char *seedFile) const |
Create a specialized failed to write random seed file error condition that refers to the file name of the seed file that could not be written. More... | |
![]() | |
OFBool | operator== (const OFConditionConst &arg) const |
comparison operator. More... | |
OFBool | operator!= (const OFConditionConst &arg) const |
comparison operator. More... | |
Additional Inherited Members | |
![]() | |
unsigned short | theModule |
module identifier. 0 is reserved for global codes. | |
unsigned short | theCode |
status code that is unique for each module | |
OFStatus | theStatus |
condition status enum | |
const char * | theText |
error text | |
A struct for creating a failed to write random seed file error condition.
DcmTLSECFailedToWriteRandomSeedFileConst::DcmTLSECFailedToWriteRandomSeedFileConst | ( | ) |
Constructor, initializes the OFConditionConst base.
Don't use this if you don't have a very good reason.
OFCondition DcmTLSECFailedToWriteRandomSeedFileConst::operator() | ( | const char * | seedFile | ) | const |
Create a specialized failed to write random seed file error condition that refers to the file name of the seed file that could not be written.
seedFile | the file name of the random seed file. |