hpp-manipulation  4.9.0
Classes for manipulation planning.
hpp::manipulation::graph::dot::DrawingAttributes Struct Reference

#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
 

Member Typedef Documentation

◆ Map

typedef std::map<std::string, std::string> hpp::manipulation::graph::dot::DrawingAttributes::Map

◆ Pair

typedef std::pair<std::string, std::string> hpp::manipulation::graph::dot::DrawingAttributes::Pair

Constructor & Destructor Documentation

◆ DrawingAttributes()

hpp::manipulation::graph::dot::DrawingAttributes::DrawingAttributes ( )
inline

Member Function Documentation

◆ insert()

void hpp::manipulation::graph::dot::DrawingAttributes::insert ( const std::string &  K,
const std::string &  V 
)
inline

◆ insertWithQuote()

void hpp::manipulation::graph::dot::DrawingAttributes::insertWithQuote ( const std::string &  K,
const std::string &  V 
)
inline

◆ operator[]()

std::string& hpp::manipulation::graph::dot::DrawingAttributes::operator[] ( const std::string &  K)
inline

Member Data Documentation

◆ attr

Map hpp::manipulation::graph::dot::DrawingAttributes::attr

◆ closeSection

std::string hpp::manipulation::graph::dot::DrawingAttributes::closeSection

◆ openSection

std::string hpp::manipulation::graph::dot::DrawingAttributes::openSection

◆ separator

std::string hpp::manipulation::graph::dot::DrawingAttributes::separator

The documentation for this struct was generated from the following file: