|
Revision 538, 0.6 kB
(checked in by smidl, 16 years ago)
|
|
Documentation regenerated
|
| Line | |
|---|
| 1 | digraph G |
|---|
| 2 | { |
|---|
| 3 | edge [fontname="FreeSans",fontsize="10",labelfontname="FreeSans",labelfontsize="10"]; |
|---|
| 4 | node [fontname="FreeSans",fontsize="10",shape=record]; |
|---|
| 5 | rankdir=LR; |
|---|
| 6 | Node1 [label="bdm::shared_ptr\< T \>",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classbdm_1_1shared__ptr.html"]; |
|---|
| 7 | Node1 -> Node2 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"]; |
|---|
| 8 | Node2 [label="bdm::object_ptr\< T \>",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classbdm_1_1object__ptr.html",tooltip="A wrapper of shared_ptr which is never empty."]; |
|---|
| 9 | } |
|---|