struct jnc_DerivableTypeFuncTable
struct jnc_DerivableTypeFuncTable { // fields size_t m_size; jnc_DerivableType_GetMethodFunc* m_getStaticConstructorFunc; jnc_DerivableType_GetOverloadableMethodFunc* m_getConstructorFunc; jnc_DerivableType_GetMethodFunc* m_getDestructorFunc; jnc_DerivableType_GetUnaryOperatorFunc* m_getUnaryOperatorFunc; jnc_DerivableType_GetBinaryOperatorFunc* m_getBinaryOperatorFunc; jnc_DerivableType_GetOverloadableMethodFunc* m_getCallOperatorFunc; jnc_DerivableType_GetCastOperatorCountFunc* m_getCastOperatorCountFunc; jnc_DerivableType_GetCastOperatorFunc* m_getCastOperatorFunc; };