comparison generator/containergenerator.cpp @ 259:515d6e1c7b10 lifetime

another iteration
author maxter
date Thu, 17 Sep 2009 16:28:41 +0000
parents 34a37904ff77
children
comparison
equal deleted inserted replaced
258:1da8870e9a62 259:515d6e1c7b10
471 << "}" << endl << endl 471 << "}" << endl << endl
472 472
473 << "package " << d_type << " qtd_" << cls_name << "_cpp_to_d(" << cpp_type << " ret)" << endl 473 << "package " << d_type << " qtd_" << cls_name << "_cpp_to_d(" << cpp_type << " ret)" << endl
474 << "{" << endl; 474 << "{" << endl;
475 475
476 marshallFromCppToD(s, centry); 476 marshalToD(s, centry);
477 477
478 s << "}" << endl; 478 s << "}" << endl;
479 } 479 }