comparison orange/serialization/archives/XMLArchive.d @ 6:ae24aae69a3b

Added logo
author Jacob Carlborg <doob@me.com>
date Fri, 25 Jun 2010 20:27:27 +0200
parents f7b078e85f7f
children 99c52d46822a
comparison
equal deleted inserted replaced
5:aeb98df0a159 6:ae24aae69a3b
554 return element.value; 554 return element.value;
555 555
556 return cast(DataType) null; 556 return cast(DataType) null;
557 } 557 }
558 558
559 private struct AssociativeArrayVisitor(Key, Value) 559 private struct AssociativeArrayVisitor (Key, Value)
560 { 560 {
561 private XMLArchive archive; 561 private XMLArchive archive;
562 562
563 static AssociativeArrayVisitor opCall (XMLArchive archive) 563 static AssociativeArrayVisitor opCall (XMLArchive archive)
564 { 564 {