reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
58 OVERLOADED_OPERATOR_MULTI(New , "new" , true , true , false) 59 OVERLOADED_OPERATOR_MULTI(Delete , "delete" , true , true , false) 60 OVERLOADED_OPERATOR_MULTI(Array_New , "new[]" , true , true , false) 61 OVERLOADED_OPERATOR_MULTI(Array_Delete , "delete[]" , true , true , false) 99 OVERLOADED_OPERATOR_MULTI(Call , "()" , true , true , true) 100 OVERLOADED_OPERATOR_MULTI(Subscript , "[]" , false, true , true) 103 OVERLOADED_OPERATOR_MULTI(Conditional , "?" , false, true , false)