reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
40 if (input.empty()) 43 char next = input[0]; 44 input = input.substr(1); 44 input = input.substr(1); 49 while (!input.empty()) { 50 next = input[0]; 53 input = input.substr(1); 53 input = input.substr(1);