| 131 | |
| 132 | |
| 133 | Array<MemoryUsage> NGS_Object :: GetMemoryUsage () const |
| 134 | { |
| 135 | cout << "MemoryUsage not overloaded for class " << GetClassName() << endl; |
| 136 | return Array<MemoryUsage>(); |
| 137 | } |
| 138 | |
| 139 | |
| 140 | string DocInfo :: GetPythonDocString() const |
nothing calls this directly
no test coverage detected