[][src]Function clingo_sys::clingo_theory_atoms_atom_guard

pub unsafe extern "C" fn clingo_theory_atoms_atom_guard(
    atoms: *const clingo_theory_atoms_t,
    atom: clingo_id_t,
    connective: *mut *const c_char,
    term: *mut clingo_id_t
) -> bool

! Get the guard consisting of a theory operator and a theory term of the given theory atom. ! ! @param[in] atoms container where the atom is stored ! @param[in] atom id of the atom ! @param[out] connective the resulting theory operator ! @param[out] term the resulting term ! @return whether the call was successful