Compression.h
Go to the documentation of this file.
67 Compression::Type getCompressionType(const char* str, Compression::Type defaultValue = Compression::Type::None);
69 inline Compression::Type getCompressionType(const String& str, Compression::Type defaultValue = Compression::Type::None)
#define IFS_COMPRESSION_TYPE_MAP(XX)
compression type
Definition: Compression.h:31
String toString(IFS::Compression::Type type)
Get the string representation for the given compression type.
Definition: DirectoryTemplate.h:37
Compression::Type getCompressionType(const char *str, Compression::Type defaultValue=Compression::Type::None)
bool operator==(const Compression &other) const
Definition: Compression.h:48
bool operator!=(const Compression &other) const
Definition: Compression.h:53