15 lines
1.4 KiB
Plaintext
15 lines
1.4 KiB
Plaintext
digraph "GpgFrontend::GpgUID"
|
|
{
|
|
// INTERACTIVE_SVG=YES
|
|
// LATEX_PDF_SIZE
|
|
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
|
|
node [fontname="Helvetica",fontsize="10",shape=record];
|
|
Node1 [label="{GpgFrontend::GpgUID\n||+ GetName()\l+ GetEmail()\l+ GetComment()\l+ GetUID()\l+ GetRevoked()\l+ GetInvalid()\l+ GetTofuInfos()\l+ GetSignatures()\l+ GpgUID()\l+ GpgUID()\l+ GpgUID()\l+ GpgUID()\l+ operator=()\l+ operator=()\l}",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip=" "];
|
|
Node2 -> Node1 [color="grey25",fontsize="10",style="solid",label=" -uid_ref_" ,arrowhead="odiamond",fontname="Helvetica"];
|
|
Node2 [label="{std::unique_ptr\< struct\l _gpgme_user_id, std::\lfunction\< void(gpgme_user\l_id_t)\> \>\n|+ ptr\l|+ operator-\>()\l}",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",tooltip=" "];
|
|
Node3 -> Node2 [dir="back",color="orange",fontsize="10",style="solid",label=" \< struct _gpgme_user\l_id, std::function\< void\l(gpgme_user_id_t)\> \>" ,fontname="Helvetica"];
|
|
Node3 [label="{std::unique_ptr\< T \>\n||+ operator-\>()\l}",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",tooltip=" "];
|
|
Node4 -> Node3 [color="grey25",fontsize="10",style="solid",label=" +ptr" ,arrowhead="odiamond",fontname="Helvetica"];
|
|
Node4 [label="{T\n||}",height=0.2,width=0.4,color="grey75", fillcolor="white", style="filled",tooltip=" "];
|
|
}
|