110 dynamic_cast<BaseType &
>(*this) = rhs;
161 "The incoming pointer does not contain any data.");
174 throw InternalErr(__FILE__, __LINE__,
"NULL pointer.");
209 fwrite(oss.str().data(),
sizeof(char), oss.str().length(), out);
220 out <<
" = " << std::setprecision( 15 ) <<
d_buf <<
";\n" ;
223 out << std::setprecision( 15 ) <<
d_buf ;
236 throw InternalErr(__FILE__, __LINE__,
"This value not read!");
246 throw InternalErr(__FILE__, __LINE__,
"This value not read!");
251 return Cmp<dods_float64, dods_int8>(op,
d_buf,
static_cast<Int8*
>(b)->
value());
253 return SUCmp<dods_float64, dods_byte>(op,
d_buf,
static_cast<Byte*
>(b)->
value());
255 return Cmp<dods_float64, dods_int16>(op,
d_buf,
static_cast<Int16*
>(b)->
value());
257 return SUCmp<dods_float64, dods_uint16>(op,
d_buf,
static_cast<UInt16*
>(b)->
value());
259 return Cmp<dods_float64, dods_int32>(op,
d_buf,
static_cast<Int32*
>(b)->
value());
261 return SUCmp<dods_float64, dods_uint32>(op,
d_buf,
static_cast<UInt32*
>(b)->
value());
263 return Cmp<dods_float64, dods_int64>(op,
d_buf,
static_cast<Int64*
>(b)->
value());
265 return SUCmp<dods_float64, dods_uint64>(op,
d_buf,
static_cast<UInt64*
>(b)->
value());
267 return Cmp<dods_float64, dods_float32>(op,
d_buf,
static_cast<Float32*
>(b)->
value());
269 return Cmp<dods_float64, dods_float64>(op,
d_buf,
static_cast<Float64*
>(b)->
value());
287 << (
void *)
this <<
")" << endl ;