#include <boost/python.hpp>
#include <sstream>
#include <string>
Go to the source code of this file.
Namespaces | |
lanelet | |
lanelet::python | |
Functions | |
template<typename T , typename... Args> | |
void | lanelet::python::format (std::ostream &os, const T &first, const Args &... Args_) |
void | lanelet::python::formatHelper (std::ostream &os) |
template<typename... Args> | |
void | lanelet::python::formatHelper (std::ostream &os, const std::string &s, const Args &... Args_) |
template<typename T , typename... Args> | |
void | lanelet::python::formatHelper (std::ostream &os, const T &next, const Args &... Args_) |
template<typename... Args> | |
std::string | lanelet::python::makeRepr (const char *name, const Args &... Args_) |
std::string | lanelet::python::repr (const boost::python::object &o) |