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

Method IsNumeric

avida-core/source/tools/cString.cc:272–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272bool cString::IsNumeric() const
273{
274 for (int i = 0; i < GetSize(); ++i) {
275 if ( IsNumber(i) == false ) return false;
276 }
277 return true;
278}
279
280bool cString::IsAlphaNumeric() const
281{

Callers 4

mainFunction · 0.45
AssertInputIntMethod · 0.45
PopGenotypeMethod · 0.45
cAnalyze.ccFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected