#ifndef __THESYMBOLS__HH #define __THESYMBOLS__HH #include "symbol.hh" #include "const.hh" #include #include #include typedef Symbol<1> Cat; 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> Rel; typedef Symbol<5> Flag; #endif