| 22 | } |
| 23 | |
| 24 | bf::System::Type_NOFLAGS* bf::System::Type::GetTypeData() |
| 25 | { |
| 26 | if ((BFRTFLAGS & BfRtFlags_ObjectHasDebugFlags) != 0) |
| 27 | return BFRTCALLBACKS.ClassVData_GetTypeDataPtr((bf::System::ClassVData*)(mClassVData & ~0xFF)); |
| 28 | else |
| 29 | return BFRTCALLBACKS.ClassVData_GetTypeDataPtr((bf::System::ClassVData*)(mClassVData)); |
| 30 | } |
no outgoing calls
no test coverage detected