#ifndef selection_h #define selection_h #include #include #include "bigint.h" #include "bigint.h" typedef std::map selection_type; selection_type selection_parse(char **,bigint); bool selection_allows(const selection_type &,std::string,std::string); void selection_constrain(const selection_type &,std::string,bigint &,bigint &); #endif