view c/regexParser/subsetConstraction.h @ 161:584f32e18398 testcode

close
author masa
date Fri, 18 Dec 2015 19:17:02 +0900
parents 166136236891
children 6c258910cacb
line wrap: on
line source

#include "bitVector.h"
extern BitVectorListPtr initBitVector();
void printBitVectorList(BitVectorListPtr);
const BitVectorListPtr descendTreeNode(NodePtr,BitVectorListPtr, BitVectorListPtr, bool&, bool&);
const BitVectorListPtr setNextBitVectorList(unsigned char, BitVectorListPtr, BitVectorListPtr);
BitVectorListPtr createBitVectorList(NodePtr);