Mercurial > hg > Applications > Grep
view c/regexParser/subsetConstraction.h @ 126:639b0b437ebf pairPro
remove error (do not work)
author | masa |
---|---|
date | Tue, 01 Dec 2015 21:42:05 +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);