Return the persistent ID assigned to this object or NULL.
| 939 | |
| 940 | /// Return the persistent ID assigned to this object or NULL. |
| 941 | SimPersistID* getPersistentId() const { return mPersistentId; } |
| 942 | |
| 943 | /// Return the persistent ID assigned to this object or assign one to it if it has none. |
| 944 | SimPersistID* getOrCreatePersistentId(); |
no outgoing calls
no test coverage detected