JASSv2
Classes | Macros
compress_integer.h File Reference

Compression codexes for integer sequences. More...

#include <stdint.h>
#include <stdlib.h>
#include <vector>
#include "asserts.h"
Include dependency graph for compress_integer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  JASS::compress_integer
 Compression codexes for integer sequences. More...
 

Macros

#define JASS_COMPRESS_INTEGER_BITS_PER_INTEGER   32
 The number of bits in compress_integer::integer (either 32 or 64). This must remain in sync with compress_integer::integer (and a hard coded value to be used in #if statements)
 

Detailed Description

Compression codexes for integer sequences.

Author
Andrew Trotman