/srv/osrm/osrm-backend/third_party/rapidjson/doc/diagram
NameSizeModeActions
architecture.dot9120644editdlrm
architecture.png165690644editdlrm
insituparsing.dot22390644editdlrm
insituparsing.png372810644editdlrm
iterative-parser-states-diagram.dot19150644editdlrm
iterative-parser-states-diagram.png923780644editdlrm
makefile1760644editdlrm
move1.dot9350644editdlrm
move1.png160810644editdlrm
move2.dot14980644editdlrm
move2.png415170644editdlrm
move3.dot14500644editdlrm
move3.png363710644editdlrm
normalparsing.dot14270644editdlrm
normalparsing.png328870644editdlrm
simpledom.dot14350644editdlrm
simpledom.png436700644editdlrm
tutorial.dot14560644editdlrm
tutorial.png446340644editdlrm
utilityclass.dot17750644editdlrm
utilityclass.png999930644editdlrm
Edit: /srv/osrm/osrm-backend/third_party/rapidjson/doc/diagram/insituparsing.dot (2239B)
digraph { compound=true fontname="Inconsolata, Consolas" fontsize=10 margin="0,0" ranksep=0.2 penwidth=0.5 node [fontname="Inconsolata, Consolas", fontsize=10, penwidth=0.5] edge [fontname="Inconsolata, Consolas", fontsize=10, arrowhead=normal] { node [shape=record, fontsize="8", margin="0.04", height=0.2, color=gray] oldjson [label="\{|\"|m|s|g|\"|:|\"|H|e|l|l|o|\\|n|W|o|r|l|d|!|\"|,|\"|\\|u|0|0|7|3|t|a|r|s|\"|:|1|0|\}", xlabel="Before Parsing"] //newjson [label="\{|\"|m|s|g|\\0|:|\"|H|e|l|l|o|\\n|W|o|r|l|d|!|\\0|\"|,|\"|s|t|a|r|s|\\0|t|a|r|s|:|1|0|\}", xlabel="After Parsing"] newjson [shape=plaintext, label=<
{ "msg\\0 : "Hello\\nWorld!\\0" , "stars\\0tars : 10 }
>, xlabel="After Parsing"] } subgraph cluster1 { margin="10,10" labeljust="left" label = "Document by In situ Parsing" style=filled fillcolor=gray95 node [shape=Mrecord, style=filled, colorscheme=spectral7] root [label="{object|}", fillcolor=3] { msg [label="{string|
}", fillcolor=5] helloworld [label="{string|}", fillcolor=5] stars [label="{string|}", fillcolor=5] ten [label="{number|10}", fillcolor=6] } } oldjson -> root [label=" ParseInsitu()" lhead="cluster1"] edge [arrowhead=vee] root -> { msg; stars } edge [arrowhead="none"] msg -> helloworld stars -> ten { edge [arrowhead=vee, arrowtail=dot, arrowsize=0.5, dir=both, tailclip=false] msg:a:c -> newjson:a helloworld:a:c -> newjson:b stars:a:c -> newjson:c } //oldjson -> newjson [style=invis] }