102 return new Int32(*
this);
107 DBG(cerr <<
"~Int32" << endl);
116 dynamic_cast<BaseType &
>(*this) = rhs;
167 "The incoming pointer does not contain any data.");
180 throw InternalErr(__FILE__, __LINE__,
"NULL pointer.");
210 fwrite(oss.str().data(),
sizeof(char), oss.str().length(), out);
218 out <<
" = " << (int)
d_buf <<
";\n" ;
235 throw InternalErr(__FILE__, __LINE__,
"This value not read!");
245 throw InternalErr(__FILE__, __LINE__,
"This value not read!");
250 return Cmp<dods_int32, dods_int8>(op,
d_buf,
static_cast<Int8*
>(b)->
value());
252 return SUCmp<dods_int32, dods_byte>(op,
d_buf,
static_cast<Byte*
>(b)->
value());
254 return Cmp<dods_int32, dods_int16>(op,
d_buf,
static_cast<Int16*
>(b)->
value());
256 return SUCmp<dods_int32, dods_uint16>(op,
d_buf,
static_cast<UInt16*
>(b)->
value());
258 return Cmp<dods_int32, dods_int32>(op,
d_buf,
static_cast<Int32*
>(b)->
value());
260 return SUCmp<dods_int32, dods_uint32>(op,
d_buf,
static_cast<UInt32*
>(b)->
value());
262 return Cmp<dods_int32, dods_int64>(op,
d_buf,
static_cast<Int64*
>(b)->
value());
264 return SUCmp<dods_int32, dods_uint64>(op,
d_buf,
static_cast<UInt64*
>(b)->
value());
266 return Cmp<dods_int32, dods_float32>(op,
d_buf,
static_cast<Float32*
>(b)->
value());
268 return Cmp<dods_int32, dods_float64>(op,
d_buf,
static_cast<Float64*
>(b)->
value());
286 << (
void *)
this <<
")" << endl ;