equal
deleted
inserted
replaced
42 class _StaticGraph |
42 class _StaticGraph |
43 : virtual public BaseGraphComponent, |
43 : virtual public BaseGraphComponent, |
44 public IterableGraphComponent, public MappableGraphComponent { |
44 public IterableGraphComponent, public MappableGraphComponent { |
45 public: |
45 public: |
46 |
46 |
47 typedef False UTag; |
|
48 |
|
49 typedef BaseGraphComponent::Node Node; |
47 typedef BaseGraphComponent::Node Node; |
50 typedef BaseGraphComponent::Edge Edge; |
48 typedef BaseGraphComponent::Edge Edge; |
51 |
49 |
52 template <typename _Graph> |
50 template <typename _Graph> |
53 struct Constraints { |
51 struct Constraints { |
121 class StaticGraph |
119 class StaticGraph |
122 { |
120 { |
123 public: |
121 public: |
124 ///\e |
122 ///\e |
125 |
123 |
126 ///\todo undocumented |
|
127 /// |
|
128 typedef False UTag; |
|
129 |
|
130 /// Defalult constructor. |
124 /// Defalult constructor. |
131 |
125 |
132 /// Defalult constructor. |
126 /// Defalult constructor. |
133 /// |
127 /// |
134 StaticGraph() { } |
128 StaticGraph() { } |