class c4_BytesRef : public c4_Reference

Used to get or set binary object values.

Public members
c4_BytesRef (const c4_Reference&);
Constructor
operator c4_Bytes () const;
Get the value as binary object
c4_BytesRef& operator= (const c4_Bytes&);
Set the value to the specified binary object


Header file "mk4.h"   --   Dec 9, 1999
Derived from c4_Reference