comparison generator/containergenerator.cpp @ 355:08c1ca7975ab

obviated redundant virtual dispatch callbacks
author Max Samukha <maxter@spambox.com>
date Tue, 25 May 2010 17:23:11 +0300
parents 49bfc86ff583
children 9784459f0750
comparison
equal deleted inserted replaced
354:18bd68f586c6 355:08c1ca7975ab
473 << "}" << endl << endl 473 << "}" << endl << endl
474 474
475 << "package " << d_type << " qtd_" << cls_name << "_cpp_to_d(" << cpp_type << " ret)" << endl 475 << "package " << d_type << " qtd_" << cls_name << "_cpp_to_d(" << cpp_type << " ret)" << endl
476 << "{" << endl; 476 << "{" << endl;
477 477
478 marshallFromCppToD(s, centry); 478 marshalFromCppToD(s, centry);
479 479
480 s << "}" << endl; 480 s << "}" << endl;
481 } 481 }