Definition at line 911 of file fits.h.
References fits::Table::cols, and str.
915 std::ostringstream
str;
916 str <<
"SetPtrAddress('" << name <<
"') - Column not found.";
923 std::ostringstream
str;
924 str <<
"SetPtrAddress('" << name <<
"') - Element size mismatch: expected " 925 <<
fTable.
cols[name].size <<
" from header, got " <<
sizeof(T);
932 std::ostringstream
str;
933 str <<
"SetPtrAddress('" << name <<
"') - Element count mismatch: expected " 934 <<
fTable.
cols[name].num <<
" from header, got " << cnt;
static bool Compare(const Address &p1, const Address &p2)
void Exception(const std::string &txt)