jengelh-datetimespielwiese
Last change
on this file since 6ce030f was
6ce030f,
checked in by Oleksandr Motsak <motsak@…>, 11 years ago
|
removal of the $Id$ svn tag from everywhere
NOTE: the git SHA1 may be used instead (only on special places)
NOTE: the libraries Singular/LIB/*.lib still contain the marker due to our current use of svn
|
-
Property mode set to
100644
|
File size:
659 bytes
|
Rev | Line | |
---|
[1a80b4] | 1 | //////////////////////////////////////////////////////////// |
---|
| 2 | // emacs edit mode for this file is -*- C++ -*- |
---|
| 3 | //////////////////////////////////////////////////////////// |
---|
| 4 | |
---|
| 5 | #ifndef INCL_CHARSET_H |
---|
| 6 | #define INCL_CHARSET_H |
---|
| 7 | |
---|
| 8 | #include <factory.h> |
---|
| 9 | #include <tmpl_inst.h> // for typedef's |
---|
| 10 | |
---|
| 11 | CFList BasicSet( const CFList &PS ); |
---|
| 12 | CFList CharSet( const CFList &PS ); |
---|
[4a81ec] | 13 | CFList mcharset( const CFList &PS, PremForm & Remembern ); |
---|
| 14 | int checkok( const CFList & PS, CFList & FS2); |
---|
[1a80b4] | 15 | /*BEGINPUBLIC*/ |
---|
| 16 | CFList MCharSetN( const CFList &PS, PremForm & Remembern ); |
---|
[4a81ec] | 17 | ListCFList IrrCharSeries( const CFList &PS, int opt=0 ); |
---|
[1a80b4] | 18 | /*ENDPUBLIC*/ |
---|
| 19 | |
---|
| 20 | #endif /* INCL_CHARSET_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.