reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1432 void makeComplexFloat() { IsInt = false; } 1433 bool isComplexFloat() const { return !IsInt; } 1437 void makeComplexInt() { IsInt = true; } 1438 bool isComplexInt() const { return IsInt; }