Return the persistent ID assigned to this object or NULL.
| 919 | |
| 920 | /// Return the persistent ID assigned to this object or NULL. |
| 921 | SimPersistID* getPersistentId() const { return mPersistentId; } |
| 922 | |
| 923 | /// Return the persistent ID assigned to this object or assign one to it if it has none. |
| 924 | SimPersistID* getOrCreatePersistentId(); |
no outgoing calls
no test coverage detected