Get the requested entry in the array table
| 339 | |
| 340 | // Get the requested entry in the array table |
| 341 | virtual const ObjectModelArrayTableEntry *_ecv_null GetObjectModelArrayEntry(unsigned int index) const noexcept { return nullptr; } |
| 342 | |
| 343 | // Return the address of the ReadWriteLock (if any) that we need to acquire before querying or reporting on this object |
| 344 | // Override this default implementation in classes that need to be locked. If the returned lock belongs to the current object |
no outgoing calls
no test coverage detected