digraph G
{
edge [fontname="FreeSans",fontsize="10",labelfontname="FreeSans",labelfontsize="10"];
node [fontname="FreeSans",fontsize="10",shape=record];
Node1 [label="GCV::CL_FctSw",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled" fontcolor="black"];
Node2 -> Node1 [dir=back,color="darkorchid3",fontsize="10",style="dashed",label="m_switchFct",fontname="FreeSans"];
Node2 [label="std::vector\< switchFctStruct * \>",height=0.2,width=0.4,color="grey75", fillcolor="white", style="filled"];
Node3 -> Node2 [dir=back,color="darkorchid3",fontsize="10",style="dashed",label="elements",fontname="FreeSans"];
Node3 [label="GCV::switchFctStruct",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$structGCV_1_1switchFctStruct.html"];
Node4 -> Node3 [dir=back,color="darkorchid3",fontsize="10",style="dashed",label="m_Implementation",fontname="FreeSans"];
Node4 [label="GCV::ImplementationDescriptor",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$structGCV_1_1ImplementationDescriptor.html"];
Node5 -> Node4 [dir=back,color="darkorchid3",fontsize="10",style="dashed",label="m_strImplName",fontname="FreeSans"];
Node5 [label="std::string",height=0.2,width=0.4,color="grey75", fillcolor="white", style="filled",tooltip="STL class."];
Node6 -> Node5 [dir=back,color="midnightblue",fontsize="10",style="solid",fontname="FreeSans"];
Node6 [label="std::basic_string\< char \>",height=0.2,width=0.4,color="grey75", fillcolor="white", style="filled",tooltip="STL class."];
Node7 -> Node3 [dir=back,color="darkorchid3",fontsize="10",style="dashed",label="m_Library",fontname="FreeSans"];
Node7 [label="GCV::LibraryDescriptor",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classGCV_1_1LibraryDescriptor.html"];
}
|