Function ion_c_sys::ion_reader_get_symbol_table[][src]

pub unsafe extern "C" fn ion_reader_get_symbol_table(
    hreader: hREADER,
    p_hsymtab: *mut hSYMTAB
) -> iERR
Expand description

returns the current symbol table the value the reader is currently positioned on. This can be used to reset the readers symbol table is you wish to seek in a stream which contains multiple symbol tables. This symbol table handle can be used to call ion_reader_set_symbol_table.