FACT++  1.0
zofits.h File Reference
#include "ofits.h"
#include "huffman.h"
#include "Queue.h"
#include "MemoryManager.h"
#include <unistd.h>
+ Include dependency graph for zofits.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  zofits
 
struct  zofits::QueueMin< S >
 Overriding of the begin() operator to get the smallest item in the list instead of the true begin. More...
 
struct  zofits::CatalogEntry
 
struct  zofits::WriteTarget
 Parameters required to write a tile to disk. More...
 
struct  zofits::CompressionTarget
 Parameters required to compress a tile of data. More...
 
struct  zofits::CompressedColumn
 Regular columns augmented with compression informations. More...
 

Typedefs

typedef void * std::exception_ptr
 

Functions

 CatalogEntry (int64_t f=0, int64_t s=0)
 

Variables

int64_t first
 Size of this column in the tile. More...
 
int64_t second
 offset of this column in the tile, from the start of the heap area More...