#include <hpp/manipulation/graph/dot.hh>
Public Types | |
typedef std::pair< std::string, std::string > | Pair |
typedef std::map< std::string, std::string > | Map |
Public Member Functions | |
void | insertWithQuote (const std::string &K, const std::string &V) |
void | insert (const std::string &K, const std::string &V) |
std::string & | operator[] (const std::string &K) |
DrawingAttributes () | |
Public Attributes | |
std::string | separator |
std::string | openSection |
std::string | closeSection |
Map | attr |
typedef std::map<std::string, std::string> hpp::manipulation::graph::dot::DrawingAttributes::Map |
typedef std::pair<std::string, std::string> hpp::manipulation::graph::dot::DrawingAttributes::Pair |
void hpp::manipulation::graph::dot::DrawingAttributes::insert | ( | const std::string & | K, |
const std::string & | V | ||
) | [inline] |
References attr.
void hpp::manipulation::graph::dot::DrawingAttributes::insertWithQuote | ( | const std::string & | K, |
const std::string & | V | ||
) | [inline] |
References attr.
std::string& hpp::manipulation::graph::dot::DrawingAttributes::operator[] | ( | const std::string & | K | ) | [inline] |
References attr.
Referenced by insert(), insertWithQuote(), and operator[]().