166 seq.insert(index, elem)
287 orb = OpenRTM_aist.Manager.instance().getORB()
290 iorlist.append(orb.object_to_string(obj))
def refToVstring(objlist)
coil::vstring refToVstring(const CorbaRefSequence& objlist)
def erase(seq, index)
Erase the element of the specified index.
def insert(seq, elem, index)
Insert the element to the CORBA sequence.
def back(seq)
Get the last element of the CORBA sequence.
def push_back_list(seq1, seq2)
def push_back(seq, elem)
Push the new element back to the CORBA sequence.
def for_each(seq, f)
Apply the functor to all CORBA sequence elements.
def clear(seq)
Erase all the elements of the CORBA sequence.
def find(seq, f)
Return the index of CORBA sequence element that functor matches.
def front(seq)
Get the front element of the CORBA sequence.