template class
Derived2< class T >
: public
Base
, public Undocumented
An example derived class
Note that PERCEPS understands templates and multiple inheritiance.
Members:
Public:
Derived2
( T & arg ) ;
Class constructor
operator T &
() ;
Base
*
operator[]
(int) ;
operator overload with autolink
enum
{ Lions=5, Tigers, Bears } ;
An enumeration
Protected:
int
protected1
;
A protected member
T
protected2
;
Private:
int
private1
;
float
private2
;
Programmer: Jane Doe