Typedef rdf4cpp::parser::ErrorFunc

Typedef Documentation

using rdf4cpp::parser::ErrorFunc = int (*)(void *stream)

Identical semantics to ferror.

Param stream:

pointer to any object

Return:

nonzero value if there is an error in stream, zero value otherwise