mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
ffe4832012
git-svn-id: https://cppannotations.svn.sourceforge.net/svnroot/cppannotations/trunk@95 f6dd340e-d3f9-0310-b409-bdd246841980
37 lines
1.1 KiB
Text
37 lines
1.1 KiB
Text
|
|
INCLUDEFILE(mailus)
|
|
|
|
includefile(inheritance/intro)
|
|
|
|
lsect(VehicleSystem)(Related types)
|
|
includefile(inheritance/related)
|
|
|
|
sect(The constructor of a derived class)
|
|
includefile(inheritance/constructor)
|
|
|
|
sect(The destructor of a derived class)
|
|
includefile(inheritance/destructor)
|
|
|
|
lsect(Truck)(Redefining member functions)
|
|
includefile(inheritance/redefining)
|
|
|
|
lsect(MULTIPLE)(Multiple inheritance)
|
|
includefile(inheritance/multiple)
|
|
|
|
lsect(DERIVATIONTYPES)(Public, protected and private derivation)
|
|
includefile(inheritance/derivationtypes)
|
|
|
|
lsubsect(ACCESSPROMOTION)(Promoting access rights)
|
|
includefile(inheritance/accessprom)
|
|
|
|
sect(Conversions between base classes and derived classes)
|
|
includefile(inheritance/conversions)
|
|
|
|
subsect(Conversions in object assignments)
|
|
includefile(inheritance/objectconv)
|
|
|
|
subsect(Conversions in pointer assignments)
|
|
includefile(inheritance/pointerconv)
|
|
|
|
lsect(NONDEFINIT)(Using non-default constructors with new[])
|
|
includefile(inheritance/nondefault)
|