Cogs.Foundation
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
FileContents.h File Reference
#include "../StringView.h"
#include "../Memory/MemoryBuffer.h"
#include <functional>
#include <memory>

Go to the source code of this file.

Classes

struct  Cogs::FileContents
 Abstract base class storing data read from a file. More...
 

Namespaces

namespace  Cogs
 Main Cogs namespace.
 

Enumerations

enum struct  Cogs::FileContentsHints : uint32_t { Cogs::None = 0 , Cogs::ZStdDecompress = 1 << 0 , Cogs::BrotliDecompress = 1 << 1 }