This function returns a reference to the element of a vector at a specified position.
MCO_RET structname_fieldname_at( /*IN*/ structname *handle, /*IN*/ uint2 index, /*OUT*/ <type> *result);
| handle | A pointer to a structname handle |
|
index |
A |
|
result |
A |
This function returns a reference to the element of a vector at a specified position. This method is used for vector elements that are NOT char or string elements. See
structname_fieldname_at (2)for char and string vector elements. Handle is returned byclassname_structname_read_handle().
See
classname_fieldname_at (vector).