| DCMTK Version 3.6.9
    OFFIS DICOM Toolkit | 
A struct for creating an error condition related to a generic OpenSSL error. More...
 Inheritance diagram for DcmTLSECGenericOpenSSLError:
 Inheritance diagram for DcmTLSECGenericOpenSSLError:| Public Member Functions | |
| DcmTLSECGenericOpenSSLError () | |
| Constructor, initializes the OFConditionConst base. | |
| OFCondition | operator() (unsigned long errorCode) const | 
| Create a specialized OpenSSL error condition that refers to the OpenSSL error code. | |
|  Public Member Functions inherited from OFConditionConst | |
| OFBool | operator== (const OFConditionConst &arg) const | 
| comparison operator. | |
| OFBool | operator!= (const OFConditionConst &arg) const | 
| comparison operator. | |
| Additional Inherited Members | |
|  Public Attributes inherited from OFConditionConst | |
| 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 an error condition related to a generic OpenSSL error.
| DcmTLSECGenericOpenSSLError::DcmTLSECGenericOpenSSLError | ( | ) | 
Constructor, initializes the OFConditionConst base.
Don't use this if you don't have a very good reason.
| OFCondition DcmTLSECGenericOpenSSLError::operator() | ( | unsigned long | errorCode | ) | const | 
Create a specialized OpenSSL error condition that refers to the OpenSSL error code.
| errorCode | OpenSSL error code |