Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
loadFile
Method · 0.80
InitWithDirectory
Method · 0.80
InstantiateGenome
Method · 0.80
LoadAttachment
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected