X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;ds=sidebyside;f=ginac%2Fregistrar.h;h=fd237fbcbfa92e1fd990f35882b253bb77cd8df2;hb=c3bfa19e36bcff8f103651547e5ea4d83599bdb4;hp=f665ccd87cd830969479262469a659fdb7e87148;hpb=e5362a33f72613b324b3714524a8c2e5f7b7f46f;p=ginac.git diff --git a/ginac/registrar.h b/ginac/registrar.h index f665ccd8..fd237fbc 100644 --- a/ginac/registrar.h +++ b/ginac/registrar.h @@ -3,7 +3,7 @@ * GiNaC's class registrar (for class basic and all classes derived from it). */ /* - * GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2004 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -24,101 +24,150 @@ #define __GINAC_REGISTRAR_H__ #include +#include +#include + +#include "class_info.h" +#include "print.h" -#ifndef NO_NAMESPACE_GINAC namespace GiNaC { -#endif // ndef NO_NAMESPACE_GINAC -class registered_class_info; class ex; class archive_node; -class lst; + +template