mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
31ef589f3a
git-svn-id: https://cppannotations.svn.sourceforge.net/svnroot/cppannotations/trunk@225 f6dd340e-d3f9-0310-b409-bdd246841980
40 lines
1.2 KiB
Text
40 lines
1.2 KiB
Text
|
|
INCLUDEFILE(mailus)
|
|
|
|
includefile(inheritance/intro)
|
|
|
|
lsect(VehicleSystem)(Related types)
|
|
includefile(inheritance/related)
|
|
|
|
sect(The constructor of a derived class)
|
|
includefile(inheritance/constructor)
|
|
|
|
subsect(Merely using base class constructors (C++0x))
|
|
includefile(inheritance/usingbase)
|
|
|
|
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)
|