~ubuntu-branches/ubuntu/gutsy/c++-annotations/gutsy

« back to all changes in this revision

Viewing changes to yo/inheritance.yo

  • Committer: Bazaar Package Importer
  • Author(s): Frank B. Brokken
  • Date: 2007-06-15 19:31:12 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070615193112-i48grmnykrf1ipqf
Tags: 7.0.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    lsect(DERIVATIONTYPES)(Public, protected and private derivation)
22
22
    includefile(inheritance/derivationtypes)
23
23
 
 
24
        lsubsect(ACCESSPROMOTION)(Promoting access rights)
 
25
        includefile(inheritance/accessprom)
 
26
 
24
27
    sect(Conversions between base classes and derived classes)
25
28
    includefile(inheritance/conversions)
26
29
 
29
32
 
30
33
        subsect(Conversions in pointer assignments)
31
34
        includefile(inheritance/pointerconv)
 
35
 
 
36
    lsect(NONDEFINIT)(Using non-default constructors with new[])
 
37
    includefile(inheritance/nondefault)