FACT++  1.0
zofits::CatalogEntry::CatalogEntry ( int64_t  f = 0,
int64_t  s = 0 
)
inline

Definition at line 51 of file zofits.h.

51 : first(f), second(s) { }
int64_t first
Size of this column in the tile.
Definition: zofits.h:52
int64_t second
offset of this column in the tile, from the start of the heap area
Definition: zofits.h:53