15 #include "generalmod.h" 25 DataBuffer(
int n,
int byts=4,
bool setnull=
false);
28 : RawDataArray(0) { *
this = b; }
31 inline bool isOk()
const {
return data_ ?
true :
false; }
33 void reSize(
int,
bool copydata=
true);
34 void reByte(
int,
bool copydata=
true);
#define mExpClass(module)
Definition: commondefs.h:160
bool isOk() const
Definition: databuf.h:31
DataBuffer(const DataBuffer &b)
Definition: databuf.h:27
Raw data array with memory management.
Definition: databuf.h:22
OD::String with its own variable length buffer. The buffer has a guaranteed minimum size...
Definition: bufstring.h:40
Raw binary data access.
Definition: rawarray.h:21
ManagedObjectSet< BufferString > & operator=(const ObjectSet< BufferString > &)