source: git/libfac/charset/charset.h @ 18500b

spielwiese
Last change on this file since 18500b was 18500b, checked in by Martin Lee <martinlee84@…>, 12 years ago
chg: moved libfac back
  • Property mode set to 100644
File size: 659 bytes
Line 
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
11CFList     BasicSet( const CFList &PS );
12CFList     CharSet( const CFList &PS );
13CFList     mcharset( const CFList &PS, PremForm & Remembern );
14int        checkok( const CFList & PS, CFList & FS2);
15/*BEGINPUBLIC*/
16CFList     MCharSetN( const CFList &PS, PremForm & Remembern );
17ListCFList IrrCharSeries( const CFList &PS, int opt=0 );
18/*ENDPUBLIC*/
19
20#endif /* INCL_CHARSET_H */
Note: See TracBrowser for help on using the repository browser.