Returns true if this object is a StateLoading type object.
| 180 | |
| 181 | // Returns true if this object is a StateLoading type object. |
| 182 | bool IsLoading() const { return !IsSaving(); } |
| 183 | |
| 184 | // Loads or saves a memory block. |
| 185 | virtual void FreezeMem( void* data, int size )=0; |
no outgoing calls
no test coverage detected