ContentsIndexHome
PreviousUpNext
IDataView::setValue Method (ITuple*, IElement*)

Set the provided position to the value. Applies to element valued data. 

 

C++
virtual void setValue(const ITuple* pos, 
                              const IElement* value) = 0;
Parameters 
Description 
const ITuple* pos 
The position to write on.  
const IElement* value 
The value to write.