CORBA sequence utility template functions. More...
Go to the source code of this file.
Namespaces | |
OpenRTM_aist.CORBA_SeqUtil | |
Functions | |
def | OpenRTM_aist.CORBA_SeqUtil.back (seq) |
Get the last element of the CORBA sequence. More... | |
def | OpenRTM_aist.CORBA_SeqUtil.clear (seq) |
Erase all the elements of the CORBA sequence. More... | |
def | OpenRTM_aist.CORBA_SeqUtil.erase (seq, index) |
Erase the element of the specified index. More... | |
def | OpenRTM_aist.CORBA_SeqUtil.erase_if (seq, f) |
def | OpenRTM_aist.CORBA_SeqUtil.find (seq, f) |
Return the index of CORBA sequence element that functor matches. More... | |
def | OpenRTM_aist.CORBA_SeqUtil.for_each (seq, f) |
Apply the functor to all CORBA sequence elements. More... | |
def | OpenRTM_aist.CORBA_SeqUtil.front (seq) |
Get the front element of the CORBA sequence. More... | |
def | OpenRTM_aist.CORBA_SeqUtil.insert (seq, elem, index) |
Insert the element to the CORBA sequence. More... | |
def | OpenRTM_aist.CORBA_SeqUtil.push_back (seq, elem) |
Push the new element back to the CORBA sequence. More... | |
def | OpenRTM_aist.CORBA_SeqUtil.push_back_list (seq1, seq2) |
def | OpenRTM_aist.CORBA_SeqUtil.refToVstring (objlist) |
coil::vstring refToVstring(const CorbaRefSequence& objlist) More... | |
CORBA sequence utility template functions.
Copyright (C) 2006-2008 Task-intelligence Research Group, Intelligent Systems Research Institute, National Institute of Advanced Industrial Science and Technology (AIST), Japan All rights reserved.
Definition in file CORBA_SeqUtil.py.