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

Function AsString

avida-core/source/main/cAvidaConfig.h:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 TYPE Get() const { return value; } /* 9 */ \
87 void Set(TYPE in_value) { value = in_value; } \
88 cString AsString() const { return cStringUtil::Convert(value); } /* 10 */\
89} NAME /* 11 */\
90
91

Callers 7

MakeStringMethod · 0.85
InstructionClass · 0.85
InstructionSequenceClass · 0.85
operator<Method · 0.85
GenomeClass · 0.85
TimeSeriesRecorderClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected