00001 // 00002 // Copyright (c) 2001-2006 greg Landrum and Rational Discovery LLC 00003 // 00004 // @@ All Rights Reserved @@ 00005 // 00006 /*! \file BitVects.h 00007 00008 \brief Pulls in all the BitVect classes 00009 00010 */ 00011 #ifndef __BITVECTS_H__ 00012 #define __BITVECTS_H__ 00013 00014 #include "BitVect.h" 00015 #include "ExplicitBitVect.h" 00016 #include "SparseBitVect.h" 00017 typedef SparseBitVect SBV; 00018 typedef ExplicitBitVect EBV; 00019 00020 #endif
1.5.6