Namespaces | Functions
Vrep.hpp File Reference
#include <string>
#include <boost/range/algorithm/transform.hpp>
#include "v_repLib.h"
+ Include dependency graph for Vrep.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 grl
 
 grl::vrep
 

Functions

int grl::vrep::getHandle (const std::string &param)
 
template<std::size_t I, typename Param >
int grl::vrep::getHandleFromParam (const Param &params_)
 
template<std::size_t I, typename Params , typename OutputIterator >
OutputIterator grl::vrep::getHandleFromParam (const Params params_, OutputIterator out)
 
template<typename SinglePassRange , typename OutputIterator >
OutputIterator grl::vrep::getHandles (const SinglePassRange inputRange, OutputIterator out)