Returns the number of children nodes
| 82 | |
| 83 | /// Returns the number of children nodes |
| 84 | int count() const |
| 85 | { |
| 86 | return m_children.count(); |
| 87 | } |
| 88 | |
| 89 | /// Returns a particular child node |
| 90 | ProblemStoreNode* child(int row) const |
no test coverage detected