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

Method StringValue

avida-core/source/core/Properties.cc:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34// --------------------------------------------------------------------------------------------------------------
35
36Apto::String Avida::StringProperty::StringValue() const { return m_value; }
37int Avida::StringProperty::IntValue() const { return Apto::StrAs(m_value); }
38double Avida::StringProperty::DoubleValue() const { return Apto::StrAs(m_value); }
39

Callers 6

GenomeMethod · 0.45
AsStringMethod · 0.45
Genome.ccFile · 0.45
LegacySaveMethod · 0.45
CreateMethod · 0.45
TraceHardwareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected