Member functions for each class are listed alphabetically. Generally, member functions fall into three categories:
Functions that are unique to a class. The documentation for these functions is presented in the class where they occur.
Functions that are inherited from a base class without being redefined. The documentation for these functions is presented in the defining base class.
Functions that are redefined in a derived class. These are usually virtual functions. The documentation for these functions usually directs you to the base class, but may also mention peculiarities that are relevant to the derived class.
©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.