106 dynamic_cast<BaseType &
>(*this) = rhs;
157 "The incoming pointer does not contain any data.");
170 throw InternalErr(__FILE__, __LINE__,
"NULL pointer.");
200 fwrite(oss.str().data(),
sizeof(char), oss.str().length(), out);
208 out <<
" = " << (
unsigned int)
d_buf <<
";\n" ;
211 out << (
unsigned int)
d_buf ;
224 throw InternalErr(__FILE__, __LINE__,
"This value was not read!");
234 throw InternalErr(__FILE__, __LINE__,
"This value was not read!");
239 return USCmp<dods_uint16, dods_int8>(op,
d_buf,
static_cast<Int8*
>(b)->
value());
241 return Cmp<dods_uint16, dods_byte>(op,
d_buf,
static_cast<Byte*
>(b)->
value());
243 return USCmp<dods_uint16, dods_int16>(op,
d_buf,
static_cast<Int16*
>(b)->
value());
245 return Cmp<dods_uint16, dods_uint16>(op,
d_buf,
static_cast<UInt16*
>(b)->
value());
247 return USCmp<dods_uint16, dods_int32>(op,
d_buf,
static_cast<Int32*
>(b)->
value());
249 return Cmp<dods_uint16, dods_uint32>(op,
d_buf,
static_cast<UInt32*
>(b)->
value());
251 return USCmp<dods_uint16, dods_int64>(op,
d_buf,
static_cast<Int64*
>(b)->
value());
253 return Cmp<dods_uint16, dods_uint64>(op,
d_buf,
static_cast<UInt64*
>(b)->
value());
255 return USCmp<dods_uint16, dods_float32>(op,
d_buf,
static_cast<Float32*
>(b)->
value());
257 return USCmp<dods_uint16, dods_float64>(op,
d_buf,
static_cast<Float64*
>(b)->
value());
275 << (
void *)
this <<
")" << endl ;