class c4_ViewRef - Used to get or set view values.
bool c4_Reference::GetData (c4_Bytes&) const;
Retrieve the value of the referenced data item

int c4_Reference::GetSize () const;
Return width of the referenced data item

void c4_Reference::SetData (const c4_Bytes&) const;
Store a value into the referenced data item

c4_Cursor c4_Reference::_cursor;

const c4_Property& c4_Reference::_property;

c4_Reference& c4_Reference::operator= (const c4_Reference&);
Assignment of one data item

operator c4_View () const;
Get the value as view

c4_ViewRef (const c4_Reference&);
Constructor

c4_ViewRef& operator= (const c4_View&);
Set the value to the specified view


class c4_ViewRef