Return the size of instances of this class in bytes.
| 332 | |
| 333 | /// Return the size of instances of this class in bytes. |
| 334 | S32 getSizeof() const { return mClassSizeof; } |
| 335 | |
| 336 | /// Return the next class in the global class list link chain. |
| 337 | AbstractClassRep* getNextClass() const { return nextClass; } |
no outgoing calls
no test coverage detected