![]() |
Rosetta
2021.16
|
A lower memory version of utility::graph::Graph with three key limitations. More...
#include <utility/pointer/owning_ptr.hh>
Classes | |
class | utility::graph::LowMemGraph< _Node, _Edge > |
A graph with low memory use and constant time edge insertion. Extensible. For general use, use utility::graph::DefaultLowMemGraph. More... | |
Namespaces | |
utility | |
unresizable vector whose size is known at compile time, which may be allocated on the stack, and which indexes from 0. | |
utility::graph | |
Typedefs | |
typedef LowMemGraph < LowMemNode, LowMemEdge > | utility::graph::DefaultLowMemGraph |
typedef utility::pointer::shared_ptr < DefaultLowMemGraph > | utility::graph::DefaultLowMemGraphOP |
typedef utility::pointer::shared_ptr < DefaultLowMemGraph const > | utility::graph::DefaultLowMemGraphCOP |
A lower memory version of utility::graph::Graph with three key limitations.