#ifndef __THESYMBOLS__HH #define __THESYMBOLS__HH #include "symbol.hh" #include "const.hh" #include #include #include using namespace std; typedef Symbol<1> Cat; typedef bitset CatSet; typedef Symbol<2> Role; typedef list RoleList; typedef list::iterator RoleListIter; typedef bitset RoleSet; typedef set Roles; typedef Roles::iterator RolesIter; typedef Symbol<3> Constr; typedef list ConstrList; typedef list::iterator ConstrListIter; typedef Symbol<4> LongRel; typedef set LongRels; typedef Symbol<5> Flag; typedef bitset FlagSet; typedef Symbol<6> Prop; typedef bitset PropSet; #endif