DCMTK
Version 3.6.4
OFFIS DICOM Toolkit
|
Definition of standard types used throughout the toolkit. More...
Typedefs | |
typedef int | OFBool |
the boolean type used throughout the DCMTK project. More... | |
typedef unspecified | OFnullptr_t |
OFnullptr_t is the type of the null pointer literal, OFnullptr. | |
Definition of standard types used throughout the toolkit.
typedef int OFBool |
the boolean type used throughout the DCMTK project.
Mapped to the built-in type "bool" if the current C++ compiler supports it. Mapped to int for old-fashioned compilers which do not yet support bool.