source: git/factory/libfac/charset/charset.h @ dccceb

spielwiese
Last change on this file since dccceb 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
12CFList     BasicSet( const CFList &PS );
13CFList     CharSet( const CFList &PS );
14CFList     mcharset( const CFList &PS, PremForm & Remembern );
15int        checkok( const CFList & PS, CFList & FS2);
16/*BEGINPUBLIC*/
17CFList     MCharSetN( const CFList &PS, PremForm & Remembern );
18ListCFList 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.