Classes | |
class | ReprWrapper |
Functions | |
template<typename T , typename... Args> | |
void | format (std::ostream &os, const T &first, const Args &... Args_) |
void | formatHelper (std::ostream &os) |
template<typename... Args> | |
void | formatHelper (std::ostream &os, const std::string &s, const Args &... Args_) |
template<typename T , typename... Args> | |
void | formatHelper (std::ostream &os, const T &next, const Args &... Args_) |
template<typename AreaT > | |
std::string | makeAreaRepr (const std::string &displayName, bool withRegelems, AreaT &area) |
template<typename LaneletT > | |
std::string | makeLaneletRepr (const std::string &displayName, bool withRegelems, LaneletT &llt) |
template<typename... Args> | |
std::string | makeRepr (const char *name, const Args &... Args_) |
std::string | repr (const AttributeMap &a) |
std::string | repr (const boost::python::object &o) |
std::string | repr (const RegulatoryElementConstPtrs ®elems) |
std::string | repr (const RuleParameterMap &ruleParams) |
void lanelet::python::format | ( | std::ostream & | os, |
const T & | first, | ||
const Args &... | Args_ | ||
) |
void lanelet::python::formatHelper | ( | std::ostream & | os, |
const std::string & | s, | ||
const Args &... | Args_ | ||
) |
void lanelet::python::formatHelper | ( | std::ostream & | os, |
const T & | next, | ||
const Args &... | Args_ | ||
) |
std::string lanelet::python::makeAreaRepr | ( | const std::string & | displayName, |
bool | withRegelems, | ||
AreaT & | area | ||
) |
std::string lanelet::python::makeLaneletRepr | ( | const std::string & | displayName, |
bool | withRegelems, | ||
LaneletT & | llt | ||
) |
std::string lanelet::python::makeRepr | ( | const char * | name, |
const Args &... | Args_ | ||
) |
std::string lanelet::python::repr | ( | const AttributeMap & | a | ) |
|
inline |
std::string lanelet::python::repr | ( | const RegulatoryElementConstPtrs & | regelems | ) |
std::string lanelet::python::repr | ( | const RuleParameterMap & | ruleParams | ) |