Public | ||
| Derived1 ( int arg1 ) | : Class constructor. | |
| int | public1 (char * string) throws ExceptionClass("Bad String") | : A member which throws an exception |
| Base & | public2 () const | : A const public member. |
Note that PERCEPS is not confused by inline functions.
Note how the autolink feature has linked the function type
in this case.
Base & public2() const