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

Method AddNode

avida-core/source/script/ASTree.h:166–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 ~cASTArgumentList() { while (m_nodes.GetSize()) delete m_nodes.Pop(); }
165
166 inline void AddNode(cASTNode* n) { m_nodes.PushRear(n); }
167 inline int GetSize() const { return m_nodes.GetSize(); }
168 inline tListIterator<cASTNode> Iterator() { return tListIterator<cASTNode>(m_nodes); }
169

Callers 3

parseArgumentListMethod · 0.45
parseStatementListMethod · 0.45

Calls 1

PushRearMethod · 0.45

Tested by

no test coverage detected