Template Class Graph::AttributeMap

Nested Relationships

This class is a nested type of Class Graph.

Class Documentation

template<typename NodeOrEdge>
class AttributeMap

Public Functions

inline AttributeMap(const Graph *g)
inline auto find(std::string const &name)
template<typename T>
inline auto attach(const std::string &name)
inline void detach(const std::string &name)
template<typename T>
inline auto get(const std::string &name)

Public Members

std::unordered_map<std::string, std::shared_ptr<ASB<NodeOrEdge>>> attrMap