96 dynamic_cast<BaseType &
>(*this) = rhs;
159 fwrite(oss.str().data(),
sizeof(char), oss.str().length(), out);
167 out <<
" = " << (
unsigned int)
d_buf <<
";\n" ;
170 out << (
unsigned int)
d_buf ;
178 throw InternalErr(__FILE__, __LINE__,
"This value was not read!");
182 throw InternalErr(__FILE__, __LINE__,
"This value was not read!");
186 return USCmp<dods_uint64, dods_int8>(op,
d_buf,
static_cast<Int8*
>(b)->
value());
188 return Cmp<dods_uint64, dods_byte>(op,
d_buf,
static_cast<Byte*
>(b)->
value());
190 return USCmp<dods_uint64, dods_int16>(op,
d_buf,
static_cast<Int16*
>(b)->
value());
192 return Cmp<dods_uint64, dods_uint16>(op,
d_buf,
static_cast<UInt16*
>(b)->
value());
194 return USCmp<dods_uint64, dods_int32>(op,
d_buf,
static_cast<Int32*
>(b)->
value());
196 return Cmp<dods_uint64, dods_uint32>(op,
d_buf,
static_cast<UInt32*
>(b)->
value());
198 return USCmp<dods_uint64, dods_int64>(op,
d_buf,
static_cast<Int64*
>(b)->
value());
200 return Cmp<dods_uint64, dods_uint64>(op,
d_buf,
static_cast<UInt64*
>(b)->
value());
202 return USCmp<dods_uint64, dods_float32>(op,
d_buf,
static_cast<Float32*
>(b)->
value());
204 return USCmp<dods_uint64, dods_float64>(op,
d_buf,
static_cast<Float64*
>(b)->
value());
222 << (
void *)
this <<
")" << endl ;