blob: 3940a960dc0b4166098a2edbcf9cc3ed32746e7e [file] [log] [blame]
digraph "mxnet::runtime::StringObj"
{
// LATEX_PDF_SIZE
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
Node1 [label="{mxnet::runtime::StringObj\n|+ data\l+ size\l+ _type_index\l+ _type_key\l|+ MXNET_DECLARE_FINAL\l_OBJECT_INFO()\l}",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="An object representing string. It's POD type."];
Node2 -> Node1 [dir="back",color="midnightblue",fontsize="10",style="solid",arrowtail="onormal",fontname="Helvetica"];
Node2 [label="{mxnet::runtime::Object\n|+ _type_key\l+ _type_final\l+ _type_child_slots\l+ _type_child_slots_can\l_overflow\l+ _type_index\l# type_index_\l# ref_counter_\l# deleter_\l|+ type_index()\l+ GetTypeKey()\l+ GetTypeKeyHash()\l+ IsInstance()\l+ Object()\l+ Object()\l+ Object()\l+ operator=()\l+ operator=()\l+ TypeIndex2Key()\l+ TypeIndex2KeyHash()\l+ TypeKey2Index()\l+ _GetOrAllocRuntimeTypeIndex()\l+ RuntimeTypeIndex()\l# IncRef()\l# DecRef()\l# GetOrAllocRuntimeTypeIndex()\l}",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classmxnet_1_1runtime_1_1Object.html",tooltip="base class of all object containers."];
Node1 -> Node3 [dir="back",color="midnightblue",fontsize="10",style="solid",arrowtail="onormal",fontname="Helvetica"];
Node3 [label="{mxnet::runtime::StringObj\l::FromStd\n||+ FromStd()\l}",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classmxnet_1_1runtime_1_1StringObj_1_1FromStd.html",tooltip="An object representing string moved from std::string."];
}