On Sat, Jan 12, 2013 at 1:35 AM, Klaim - Joël Lamotte <[email protected]>wrote:

>
>
>
> On Fri, Jan 11, 2013 at 6:01 PM, Feng Xiao <[email protected]> wrote:
>
>> Have a look at protobuf reflection API here:
>>
>> https://developers.google.com/protocol-buffers/docs/reference/cpp/google.protobuf.message
>> You also need to know about descriptors to use reflection:
>>
>> https://developers.google.com/protocol-buffers/docs/reference/cpp/google.protobuf.descriptor
>>
>>
> Hi,
>
> I have already read these several time before. I fail to see the relation
> with the question I'm asking.
> What are you suggesting exactly?
>
With protobuf reflection you can easily write a function to check if all
fields of a message are set.


>
> Joel Lamotte
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to