spielwiese
Last change
on this file since d92d71 was
dccceb,
checked in by Oleksandr Motsak <motsak@…>, 12 years ago
|
moved libfac under factory/
CHG: moved libfac/ under factory/
Note: starting to merge libfac into factory (as a private library)
|
-
Property mode set to
100644
|
File size:
667 bytes
|
Line | |
---|
1 | //////////////////////////////////////////////////////////// |
---|
2 | // emacs edit mode for this file is -*- C++ -*- |
---|
3 | // $Id$ |
---|
4 | //////////////////////////////////////////////////////////// |
---|
5 | |
---|
6 | #ifndef INCL_CHARSET_H |
---|
7 | #define INCL_CHARSET_H |
---|
8 | |
---|
9 | #include <factory.h> |
---|
10 | #include <tmpl_inst.h> // for typedef's |
---|
11 | |
---|
12 | CFList BasicSet( const CFList &PS ); |
---|
13 | CFList CharSet( const CFList &PS ); |
---|
14 | CFList mcharset( const CFList &PS, PremForm & Remembern ); |
---|
15 | int checkok( const CFList & PS, CFList & FS2); |
---|
16 | /*BEGINPUBLIC*/ |
---|
17 | CFList MCharSetN( const CFList &PS, PremForm & Remembern ); |
---|
18 | ListCFList IrrCharSeries( const CFList &PS, int opt=0 ); |
---|
19 | /*ENDPUBLIC*/ |
---|
20 | |
---|
21 | #endif /* INCL_CHARSET_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.