Table of Contents

FileObject::isEOF

Are we at the end of the file?

Syntax

bool FileObject::isEOF();

Parameters

This function does not accept any parameters.

Return value

bool
No description available.

Remarks

Examples

Source

Engine

See also

FileObject::close
FileObject::openForAppend
FileObject::openForRead
FileObject::openForWrite
FileObject::readLine
FileObject::writeLine

References

This function is not called by any other functions.