Possible types of a variable. More...
#include <literal.h>
Public Types | |
enum | Type { atom_var = 1, body_var = 2, atom_body_var = atom_var | body_var } |
Static Public Member Functions | |
static bool | isAtom (Type t) |
static bool | isBody (Type t) |
enum Clasp::Var_t::Type |
static bool Clasp::Var_t::isAtom | ( | Type | t | ) | [inline, static] |
static bool Clasp::Var_t::isBody | ( | Type | t | ) | [inline, static] |