Show C++ argument list, Function Name Dialog Box

Select whether to include argument lists with function names. For example, if you show argument lists, a function name appears as:

GetRuntimeClass(void)const

If you don't show argument lists, the function name appears as:

GetRuntimeClass

Note:

§      Many functions are differentiated only by class name or argument. In these cases, including argument lists can help identify functions.

(C) Copyright IBM Corporation 1993, 2009.