OpenRTM-aist-Python 1.1.2
|
CORBA sequence utility template functions. More...
Functions | |
def | OpenRTM_aist.CORBA_SeqUtil.for_each |
Apply the functor to all CORBA sequence elements. More... | |
def | OpenRTM_aist.CORBA_SeqUtil.find |
Return the index of CORBA sequence element that functor matches. More... | |
def | OpenRTM_aist.CORBA_SeqUtil.push_back |
Push the new element back to the CORBA sequence. More... | |
def | OpenRTM_aist.CORBA_SeqUtil.insert |
Insert the element to the CORBA sequence. More... | |
def | OpenRTM_aist.CORBA_SeqUtil.front |
Get the front element of the CORBA sequence. More... | |
def | OpenRTM_aist.CORBA_SeqUtil.back |
Get the last element of the CORBA sequence. More... | |
def | OpenRTM_aist.CORBA_SeqUtil.erase |
Erase the element of the specified index. More... | |
def | OpenRTM_aist.CORBA_SeqUtil.clear |
Erase all the elements of the CORBA sequence. More... | |
def | OpenRTM_aist.CORBA_SeqUtil.refToVstring |
coil::vstring refToVstring(const CorbaRefSequence& objlist) | |
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.