Skip to content

File blob.cc

FileList > ase > blob.cc

  • #include "blob.hh"
  • #include "utils.hh"
  • #include "internal.hh"
  • #include <fcntl.h>
  • #include <unistd.h>
  • #include <sys/stat.h>
  • #include <sys/mman.h>
  • #include <zlib.h>

Namespaces

Type Name
namespace Ase
The Anklang C++ API namespace.

Classes

Type Name
class BlobImpl
class ByteBlob <class Deleter>
struct LocalResourceEntry
struct NoDelete
class StringBlob

Macros

Type Name
define BDEBUG (...) Ase::debug ("blob", __VA_ARGS__)

Macro Definition Documentation

define BDEBUG

#define BDEBUG (
    ...
) Ase::debug ("blob", __VA_ARGS__)


The documentation for this class was generated from the following file /__w/anklang/anklang/ase/blob.cc