dyng
DynamicGraphLayout
Public Member Functions | Public Attributes | List of all members
dyng::detail::container< T, Id > Struct Template Reference

Contains a vector of graph entities and a map to them. More...

#include <container.h>

Public Member Functions

const T & at (Id id) const
 
T & at (Id id)
 

Public Attributes

std::vector< T > vec
 
std::unordered_map< Id, unsigned > map
 

Detailed Description

template<typename T, typename Id>
struct dyng::detail::container< T, Id >

Contains a vector of graph entities and a map to them.

Used internally by graph and edge ( basic_edge).

See also
graph edge basic_edge

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