-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclassdpp_1_1dtemplate__coll__graph.dot
27 lines (27 loc) · 2.51 KB
/
classdpp_1_1dtemplate__coll__graph.dot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
digraph "dpp::dtemplate"
{
// 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::dtemplate",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="Represents a guild template."];
Node2 -> Node1 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node2 [label="dpp::json_interface\l\< dtemplate \>",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=" \< dtemplate \>" ,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=" code\ndescription\nname" ,fontname="Helvetica"];
Node4 [label="std::string",height=0.2,width=0.4,color="grey75",tooltip=" "];
Node5 -> Node4 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node5 [label="std::basic_string\<\l Char \>",height=0.2,width=0.4,color="grey75",tooltip=" "];
Node6 -> Node1 [dir="back",color="darkorchid3",fontsize="10",style="dashed",label=" usage_count" ,fontname="Helvetica"];
Node6 [label="uint32_t",height=0.2,width=0.4,color="grey75",tooltip=" "];
Node7 -> Node1 [dir="back",color="darkorchid3",fontsize="10",style="dashed",label=" creator_id\nsource_guild_id" ,fontname="Helvetica"];
Node7 [label="dpp::snowflake",height=0.2,width=0.4,color="black",URL="$classdpp_1_1snowflake.html",tooltip="A container for a 64 bit unsigned value representing many things on discord. This value is known in d..."];
Node8 -> Node7 [dir="back",color="darkorchid3",fontsize="10",style="dashed",label=" value" ,fontname="Helvetica"];
Node8 [label="uint64_t",height=0.2,width=0.4,color="grey75",tooltip=" "];
Node9 -> Node1 [dir="back",color="darkorchid3",fontsize="10",style="dashed",label=" created_at\nupdated_at" ,fontname="Helvetica"];
Node9 [label="time_t",height=0.2,width=0.4,color="grey75",tooltip=" "];
Node10 -> Node1 [dir="back",color="darkorchid3",fontsize="10",style="dashed",label=" is_dirty" ,fontname="Helvetica"];
Node10 [label="bool",height=0.2,width=0.4,color="grey75",tooltip=" "];
}