Mercurial > hg > orthanc
comparison Core/Enumerations.h @ 3530:b26b6ea27648
endianness to string
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 02 Oct 2019 11:13:32 +0200 |
parents | c08bb6ac3b7f |
children | bdafff1ce443 |
comparison
equal
deleted
inserted
replaced
3529:625625ed098f | 3530:b26b6ea27648 |
---|---|
747 | 747 |
748 const char* EnumerationToString(JobState state); | 748 const char* EnumerationToString(JobState state); |
749 | 749 |
750 const char* EnumerationToString(MimeType mime); | 750 const char* EnumerationToString(MimeType mime); |
751 | 751 |
752 const char* EnumerationToString(Endianness endianness); | |
753 | |
752 Encoding StringToEncoding(const char* encoding); | 754 Encoding StringToEncoding(const char* encoding); |
753 | 755 |
754 ResourceType StringToResourceType(const char* type); | 756 ResourceType StringToResourceType(const char* type); |
755 | 757 |
756 ImageFormat StringToImageFormat(const char* format); | 758 ImageFormat StringToImageFormat(const char* format); |