Go to Glossary Go to Search Go to IBM C and C++ Compilers Help Home Page Go to IBM Software WWW Site

Overloaded Dialog

When you specify a C++ function in a debugger entry field (for example, when you are setting a function breakpoint), and the debugger finds more than one overload of that function, an Overloaded dialog appears, containing a list of all functions with the name you specified. Choose the function from the displayed list that matches the function you wanted.

A signature is the combination of return type and argument types that distinguish a C++ function from other functions of the same name.