qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] a QOM Coding Conventions question


From: Antony Pavlov
Subject: [Qemu-devel] a QOM Coding Conventions question
Date: Sat, 14 Dec 2013 00:26:07 +0400

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]