X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fregistrar.h;h=fd237fbcbfa92e1fd990f35882b253bb77cd8df2;hp=eda20bb3264d1c72ca3ca941b728bd65cba54efe;hb=c0ba2b239690e1b97aaecb860930b170a2bc1df2;hpb=bd05a471b5e57cdb65458b8d0af54f1743831103 diff --git a/ginac/registrar.h b/ginac/registrar.h index eda20bb3..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-2002 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,50 +24,96 @@ #define __GINAC_REGISTRAR_H__ #include +#include +#include + +#include "class_info.h" +#include "print.h" namespace GiNaC { -class registered_class_info; class ex; class archive_node; -class lst; + +template