Return the next type in the global link chain of types.
| 416 | |
| 417 | /// Return the next type in the global link chain of types. |
| 418 | const EngineTypeInfo* getNextType() const |
| 419 | { |
| 420 | return mNext; |
| 421 | } |
| 422 | |
| 423 | /// @} |
| 424 |
no outgoing calls
no test coverage detected