OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: DOCBOOK: Specifying inheritance in classsynopsis


/ Christoph Spiel <cspiel@hammersmith-consulting.com> was heard to say:
| class foo_base_value
|       : public foo_value
| {
|       // defs go here
| };
| 
| How does the inheritance relationship map onto DocBook?

Use multiple ooclasses.

 <classsynopsis language = "c++">
     <ooclass>
         <classname>foo_base_value</classname>
     </ooclass>
     <ooclass>
         <classname>foo_value</classname>
     </ooclass>
  ...


                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | What is familiar is what we are
http://www.oasis-open.org/docbook/ | used to; and what we are used to
Chair, DocBook Technical Committee | is most difficult to 'Know'--that
                                   | is, to see as a problem; that is,
                                   | to see as strange, as distant, as
                                   | 'outside us'.--Nietzsche


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC