LEMUR Packages: ompl_lemur or_lemur pr_bgl prpy_lemur
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Groups Pages
Classes | Functions
string_map.h File Reference

Wraps a property as a string map (pr_bgl::string_map). More...

Go to the source code of this file.

Classes

class  pr_bgl::string_map< PropMap >
 Wraps a property as a string map. More...
 

Functions

void pr_bgl::stringify_from_x (std::string &repr, const double &val)
 
void pr_bgl::stringify_to_x (const std::string &repr, double &val)
 
void pr_bgl::stringify_from_x (std::string &repr, const int &val)
 
void pr_bgl::stringify_to_x (const std::string &repr, int &val)
 
void pr_bgl::stringify_from_x (std::string &repr, const long unsigned int &val)
 
void pr_bgl::stringify_to_x (const std::string &repr, long unsigned int &val)
 
void pr_bgl::stringify_from_x (std::string &repr, const bool &val)
 
void pr_bgl::stringify_to_x (const std::string &repr, bool &val)
 
template<class PropMap >
string_map< PropMap > pr_bgl::make_string_map (PropMap prop_map)
 
template<class PropMap >
std::string pr_bgl::get (const string_map< PropMap > &map, const typename string_map< PropMap >::key_type &k)
 
template<class PropMap >
void pr_bgl::put (const string_map< PropMap > &map, const typename string_map< PropMap >::key_type &k, const std::string repr)
 

Detailed Description

Wraps a property as a string map (pr_bgl::string_map).

Author
Chris Dellin cdell.nosp@m.in@g.nosp@m.mail..nosp@m.com