reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
661 sstr << "One of the format names (or one-character names) that can be used " 665 sstr.PutChar('\n'); 669 sstr.Printf("'%c' or ", format_char); 671 sstr.Printf("\"%s\"", FormatManager::GetFormatAsCString(f)); 674 sstr.Flush(); 676 help_text = sstr.GetString();