Function clingo_sys::clingo_theory_atoms_atom_to_string [] [src]

pub unsafe extern "C" fn clingo_theory_atoms_atom_to_string(
    atoms: *const clingo_theory_atoms_t,
    atom: clingo_id_t,
    string: *mut c_char,
    size: usize
) -> bool

Get the string representation of the given theory atom.

Parameters:

  • atoms - container where the atom is stored
  • atom - id of the element
  • string - the resulting string
  • size - the size of the string

Returns whether the call was successful; might set one of the following error codes:

  • ::clingo_error_runtime if the size is too small
  • ::clingo_error_bad_alloc