view regexParser/bitVector.h @ 179:6cf8252f3912 pairPro

remove mergeTransition
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Wed, 23 Dec 2015 19:44:48 +0900
parents 3bf2c6d6d53e
children ef798db705e9
line wrap: on
line source

#include "regexParser.h"
#define BITBLOCK 64

BitVectorPtr createBitVector(NodePtr n);
const BitVectorPtr allocateBitVector();
void bitSet(BitVectorPtr bi, int bitSetPosition);
void bitPrint(BitVectorPtr bi);