X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fregistrar.h;h=d4da1170f860bcd29f149a289b3a4af132bb61ed;hb=e8c6a2891bc68ca8f97a7d4b8bd0dd3ac322d982;hp=2737325bb8fbb91a59590d46c85f551a72f5733c;hpb=1bd972bf8e4eeeb8aec6081100876e81a7f18450;p=ginac.git diff --git a/ginac/registrar.h b/ginac/registrar.h index 2737325b..d4da1170 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-2005 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,51 +24,96 @@ #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