MCPcopy Create free account
hub / github.com/devosoft/avida / Eof

Method Eof

avida-core/source/tools/cFile.h:98–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 bool Fail() const { return (fp.fail()); }
97 bool Good() const { return (fp.good()); }
98 bool Eof() const { return (fp.eof()); }
99
100 void SetVerbose(bool _v=true) { verbose = _v; }
101};

Callers 4

loadFileMethod · 0.80
InitWithDirectoryMethod · 0.80
InstantiateGenomeMethod · 0.80
LoadAttachmentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected