<div>On Tue, Aug 11, 2009 at 5:18 PM, David Doria <span dir="ltr"><<a href="mailto:daviddoria%2Bvtk@gmail.com">daviddoria+vtk@gmail.com</a>></span> wrote:</div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<u><b>Virtual Member functions</b></u> (defined in superclasses)<br>
I will often call a function on a derived class, go to look for it, and find that it is not there! Of course the answer is that it lives in a superclass, but there could be users with limited c++ experience that would not know to look there.</blockquote>
</div><br>If you click the "List of all members" link on any class page, it will bring you to the (sometimes very long) list of member functions.
<div><br></div><div>Jeff</div>