ContentsIndexHome
PreviousUpNext
IDataView::insert Method (Tuple&, IElement*)

Sets the given position to the specified value. If the specified position does not exist yet in the index domain(s), the index domain(s) will be extended. Applies to element valued data. 

 

C++
virtual void insert(const Tuple& pos, 
                            const IElement* value) = 0;
Parameters 
Description 
const Tuple& pos 
The position.  
const IElement* value 
The value.