comparison c/regexParser/bitVector.h @ 141:71f36a59cf6a pairPro

add appendState
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Fri, 11 Dec 2015 13:12:42 +0900
parents 84a2a5209d3a
children d8a4922eceae
comparison
equal deleted inserted replaced
140:84a2a5209d3a 141:71f36a59cf6a
6 }BitVector,*BitVectorPtr; 6 }BitVector,*BitVectorPtr;
7 7
8 BitVectorPtr createBitVector(NodePtr n); 8 BitVectorPtr createBitVector(NodePtr n);
9 const BitVectorPtr allocateBitVector(); 9 const BitVectorPtr allocateBitVector();
10 void bitSet(BitVectorPtr bi, int bitSetPosition); 10 void bitSet(BitVectorPtr bi, int bitSetPosition);
11 void bitPrint(BitVectorPtr bi);