FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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
}
fits::Table::total_bytes
size_t total_bytes
Definition:
fits.h:99
fits::Table::HasKey
bool HasKey(const std::string &key) const
Definition:
fits.h:397
Here is the caller graph for this function:
fits
Table
Generated on Sun Sep 18 2016 20:50:52 for FACT++ by
1.8.11