Function ion_c_sys::ion_reader_set_symbol_table[][src]

pub unsafe extern "C" fn ion_reader_set_symbol_table(
    hreader: hREADER,
    hsymtab: hSYMTAB
) -> iERR
Expand description

set the current symbol table to the table passed in. 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 should be a handle returned by ion_reader_get_symbol_table.