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

Method GetNumStringArgs

avida-core/source/tools/cArgSchema.h:104–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 inline int GetNumIntArgs() const { return m_ints.GetSize(); }
103 inline int GetNumDoubleArgs() const { return m_doubles.GetSize(); }
104 inline int GetNumStringArgs() const { return m_strings.GetSize(); }
105
106 inline bool IsOptionalInt(int i) const;
107 inline bool IsOptionalDouble(int i) const;

Callers 1

LoadMethod · 0.80

Calls 1

GetSizeMethod · 0.45

Tested by

no test coverage detected