Typedef rdf4cpp::parser::EOFFunc

Typedef Documentation

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

Identical semantics to feof.

Param stream:

pointer to any object

Return:

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