-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclassdpp_1_1auditlog__coll__graph.dot
15 lines (15 loc) · 1.21 KB
/
classdpp_1_1auditlog__coll__graph.dot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
digraph "dpp::auditlog"
{
// INTERACTIVE_SVG=YES
// LATEX_PDF_SIZE
bgcolor="transparent";
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
Node1 [label="dpp::auditlog",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="The auditlog class represents the audit log entry of a guild."];
Node2 -> Node1 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node2 [label="dpp::json_interface\l\< auditlog \>",height=0.2,width=0.4,color="black",URL="$structdpp_1_1json__interface.html",tooltip=" "];
Node3 -> Node2 [dir="back",color="orange",fontsize="10",style="dashed",label=" \< auditlog \>" ,fontname="Helvetica"];
Node3 [label="dpp::json_interface\< T \>",height=0.2,width=0.4,color="black",URL="$structdpp_1_1json__interface.html",tooltip="Represents an interface for an object that can optionally implement functions for converting to and f..."];
Node4 -> Node1 [dir="back",color="darkorchid3",fontsize="10",style="dashed",label=" entries" ,fontname="Helvetica"];
Node4 [label="vector\<",height=0.2,width=0.4,color="grey75",tooltip=" "];
}