Return the next class in the global class list link chain.
| 335 | |
| 336 | /// Return the next class in the global class list link chain. |
| 337 | AbstractClassRep* getNextClass() const { return nextClass; } |
| 338 | |
| 339 | /// Return the head of the global class list. |
| 340 | static AbstractClassRep* getClassList() { return classLinkList; } |
no outgoing calls
no test coverage detected