]> www.ginac.de Git - ginac.git/commit
implemented double dispatch for print(); methods are specified with
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Fri, 25 Jul 2003 20:44:49 +0000 (20:44 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Fri, 25 Jul 2003 20:44:49 +0000 (20:44 +0000)
commit052d42fd9eb8b7e59eff497da98e1f58cde413a4
tree9e4d67001e7dd99198e9112900ec72f0fce1d9a7
parent44ec54892fdadceeb95e78e786f0411860f342ad
implemented double dispatch for print(); methods are specified with
print_func<C>() options in the GINAC_IMPLEMENT_REGISTERED_CLASS_OPT macro
(see basic.cpp for an example); what remains is to convert all existing
classes to this new scheme...
ginac/basic.cpp
ginac/basic.h
ginac/power.cpp
ginac/print.h
ginac/registrar.h