qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] a QOM Coding Conventions question
@ 2013-12-13 20:26 Antony Pavlov
  2013-12-14 23:06 ` Peter Crosthwaite
  0 siblings, 1 reply; 9+ messages in thread
From: Antony Pavlov @ 2013-12-13 20:26 UTC (permalink / raw)
  To: Andreas Färber; +Cc: QEMU Developers

Hi, Andreas!

Here is a quote from http://wiki.qemu.org/QOMConventions
    
>     a FooClass structure definition containing at least the parent class field: 
>
>     typedef struct {
>         /*< private >*/
>         MyParentClass parent_class;
>         /*< public >*/
>
>         [any fields you need]
>     } FooClass;

What do the "< private >" and "< public >" comments exactly mean here?

-- 
Best regards,
  Antony Pavlov

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-12-16 14:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-13 20:26 [Qemu-devel] a QOM Coding Conventions question Antony Pavlov
2013-12-14 23:06 ` Peter Crosthwaite
2013-12-14 23:42   ` Peter Maydell
2013-12-14 23:51     ` Peter Crosthwaite
2013-12-15  9:02       ` Pantelis Koukousoulas
2013-12-16 12:48         ` Peter Crosthwaite
2013-12-16 13:26           ` Andreas Färber
2013-12-15 11:17   ` Antony Pavlov
2013-12-16 14:17     ` Andreas Färber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).