FACT++  1.0
streamoff fits::Table::GetHeapShift ( ) const
inline

Definition at line 454 of file fits.h.

Referenced by zfits::ReadCatalog().

455  {
456  if (!HasKey("ZHEAPPTR"))
457  return 0;
458 
459  const size_t shift = Get<size_t>("ZHEAPPTR");
460  return shift <= total_bytes ? 0 : shift - total_bytes;
461  }
size_t total_bytes
Definition: fits.h:99
bool HasKey(const std::string &key) const
Definition: fits.h:397

+ Here is the caller graph for this function: