[][src]Function clingo_sys::clingo_symbolic_atoms_symbol

pub unsafe extern "C" fn clingo_symbolic_atoms_symbol(
    atoms: *const clingo_symbolic_atoms_t,
    iterator: clingo_symbolic_atom_iterator_t,
    symbol: *mut clingo_symbol_t
) -> bool

Get the symbolic representation of an atom.

@param[in] atoms the target @param[in] iterator iterator to the atom @param[out] symbol the resulting symbol @return whether the call was successful