DCMTK
Version 3.6.6
OFFIS DICOM Toolkit
|
A class representing an directory entry. More...
Public Member Functions | |
const OFpath & | path () const |
Access the OFpath object the directory entry applies to. More... | |
operator const OFpath & () const | |
Automatically convert a directory entry to an OFpath if the context of the evaluation allows it, e.g. More... | |
A class representing an directory entry.
OFdirectory_entry implements a subset of the functionality described as std::filesystem::directory_entry, see http://en.cppreference.com/w/cpp/filesystem/directory_entry for more information.
OFdirectory_entry::operator const OFpath & | ( | ) | const |
Automatically convert a directory entry to an OFpath if the context of the evaluation allows it, e.g.
for printing an OFdirectory_entry on an output stream.
const OFpath& OFdirectory_entry::path | ( | ) | const |