File: fpattern.ih

package info (click to toggle)
flexc%2B%2B 2.17.01-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,180 kB
  • sloc: cpp: 6,467; makefile: 148; sh: 130; ansic: 18
file content (19 lines) | stat: -rw-r--r-- 375 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include "../xerr/xerr.ih"

#include "fpattern.h"

#include <string>
#include <stdexcept>
#include <algorithm>

#include <bobcat/mstream>
#include <bobcat/string>

#include "../interval/interval.h"
#include "../charclass/charclass.h"
#include "../options/options.h"
#include "../states/states.h"
#include "../templates/templates.h"

using namespace std;
using namespace FBB;